aboutsummaryrefslogtreecommitdiff
path: root/ext/api.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-26 14:16:21 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-26 14:16:21 -0700
commit12696d3e6b3d7f1b92923ed625fdb3dc5ec660f2 (patch)
tree2d05fec92742a0b2d737d085cac7e9beb3c3f579 /ext/api.js
parentd38c5390eeb85438ee00fd528212dce4b31b457e (diff)
Reorg
Diffstat (limited to 'ext/api.js')
-rw-r--r--ext/api.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/api.js b/ext/api.js
index 6e9d6f4f..496f8be3 100644
--- a/ext/api.js
+++ b/ext/api.js
@@ -18,7 +18,7 @@
function sendMessage(action, data, callback) {
- window.chrome.runtime.sendMessage({action: action, data: data}, callback);
+ chrome.runtime.sendMessage({action: action, data: data}, callback);
}
function findTerm(text, callback) {