aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932014-12-14 07:21:26 +0000
committermrmr19932014-12-14 07:21:26 +0000
commit5514284ea1ccaf610ba84fc51cdabee5f9e4ff68 (patch)
treed50b23ac806bba5cc7efccbdd0cc00ba5bc46afe
parent6d3d88831e06e9822d67991b9dcd85382a41fe69 (diff)
downloadvimium-5514284ea1ccaf610ba84fc51cdabee5f9e4ff68.tar.bz2
Update a comment about the changed nature of isSelectable
-rw-r--r--lib/dom_utils.coffee2
1 files changed, 1 insertions, 1 deletions
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"]