diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-26 14:16:21 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-26 14:16:21 -0700 |
commit | 12696d3e6b3d7f1b92923ed625fdb3dc5ec660f2 (patch) | |
tree | 2d05fec92742a0b2d737d085cac7e9beb3c3f579 /ext/api.js | |
parent | d38c5390eeb85438ee00fd528212dce4b31b457e (diff) |
Reorg
Diffstat (limited to 'ext/api.js')
-rw-r--r-- | ext/api.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |