diff options
| author | Daniel Skogly | 2015-06-18 13:29:06 +0200 |
|---|---|---|
| committer | Daniel Skogly | 2015-06-18 13:29:06 +0200 |
| commit | 8c161c8e03d112f74ca4fde8981927276c1388a5 (patch) | |
| tree | f530322a86df54053586c1a7b501d8326896a43a | |
| parent | 2ea38efb65759a6a396bec7134c65880e71f9bcb (diff) | |
| download | vimium-8c161c8e03d112f74ca4fde8981927276c1388a5.tar.bz2 | |
Proper function call
CoffeeScript is not my native tongue.
| -rw-r--r-- | content_scripts/link_hints.coffee | 2 |
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. |
