From 5514284ea1ccaf610ba84fc51cdabee5f9e4ff68 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Sun, 14 Dec 2014 07:21:26 +0000 Subject: Update a comment about the changed nature of isSelectable --- lib/dom_utils.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dom_utils.coffee b/lib/dom_utils.coffee index 7735f62b..73016bc8 100644 --- a/lib/dom_utils.coffee +++ b/lib/dom_utils.coffee @@ -91,7 +91,7 @@ DomUtils = null # - # Selectable means the element has a text caret; this is not the same as "focusable". + # Selectable means that we should use the simulateSelect method to activate the element instead of a click. # isSelectable: (element) -> unselectableTypes = ["button", "checkbox", "color", "file", "hidden", "image", "radio", "reset"] -- cgit v1.2.3