summaryrefslogtreecommitdiff
path: root/chrome/content/topmenu-client.js
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-02-23 18:32:00 +0100
committerJavier <dev.git@javispedro.com>2014-02-23 18:32:00 +0100
commit1fbcb3f7bf7ddf955193d798837ab88cf2815112 (patch)
tree5c8d4f8c07e61a6ee72a00a2a47e6365f5689b38 /chrome/content/topmenu-client.js
parentb0f4f142bf7abdcc1a8b9437911b6794a3cb09d2 (diff)
downloadtopmenu-mozilla-1fbcb3f7bf7ddf955193d798837ab88cf2815112.tar.gz
topmenu-mozilla-1fbcb3f7bf7ddf955193d798837ab88cf2815112.zip
convert into a restartless extension
Diffstat (limited to 'chrome/content/topmenu-client.js')
-rw-r--r--chrome/content/topmenu-client.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/content/topmenu-client.js b/chrome/content/topmenu-client.js
index a5d7ab2..af8b1d2 100644
--- a/chrome/content/topmenu-client.js
+++ b/chrome/content/topmenu-client.js
@@ -1,3 +1,5 @@
+"use strict";
+
var EXPORTED_SYMBOLS = [ "topmenu_client" ];
const Cu = Components.utils;