diff options
Diffstat (limited to 'content/repo_query_cacher.js')
-rw-r--r-- | content/repo_query_cacher.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/repo_query_cacher.js b/content/repo_query_cacher.js index bdba189..41487e1 100644 --- a/content/repo_query_cacher.js +++ b/content/repo_query_cacher.js @@ -82,3 +82,4 @@ function on_repo_query_request([type, url], sender, respond_cb) { function start() { browser.runtime.onMessage.addListener(on_repo_query_request); } +#EXPORT start |