aboutsummaryrefslogtreecommitdiff
path: root/content.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-20 10:52:27 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-20 10:52:27 -0700
commit84fec940dbe819d2c0603bbda68fc4dec6ab2c0e (patch)
tree13c095b580f9c5e5c282f2f6c147dcb50263049b /content.js
parent8f24c5ff6a3bcbb4b5e1bbe129c2365691554827 (diff)
More stubbing
Diffstat (limited to 'content.js')
-rw-r--r--content.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/content.js b/content.js
index f2aa49a2..dc7c7cd7 100644
--- a/content.js
+++ b/content.js
@@ -51,4 +51,5 @@ function onMouseDown(e) {
}
+
window.addEventListener('mousedown', onMouseDown, false);