From 1fbcb3f7bf7ddf955193d798837ab88cf2815112 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 23 Feb 2014 18:32:00 +0100 Subject: convert into a restartless extension --- chrome/content/topmenu-client.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/content/topmenu-client.js') 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; -- cgit v1.2.3