aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Skogly2015-06-18 13:29:06 +0200
committerDaniel Skogly2015-06-18 13:29:06 +0200
commit8c161c8e03d112f74ca4fde8981927276c1388a5 (patch)
treef530322a86df54053586c1a7b501d8326896a43a
parent2ea38efb65759a6a396bec7134c65880e71f9bcb (diff)
downloadvimium-8c161c8e03d112f74ca4fde8981927276c1388a5.tar.bz2
Proper function call
CoffeeScript is not my native tongue.
-rw-r--r--content_scripts/link_hints.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee
index 1f15bfe8..2f9c6af2 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -185,7 +185,7 @@ class LinkHintsMode
element.getAttribute("role")?.toLowerCase() in ["button", "link"] or
element.getAttribute("class")?.toLowerCase().indexOf("button") >= 0 or
element.getAttribute("contentEditable")?.toLowerCase() in ["", "contentEditable", "true"]) or
- hasNgClick
+ hasNgClick()
isClickable = true
# Check for jsaction event listeners on the element.