diff options
Diffstat (limited to 'unload-tab.js')
-rw-r--r-- | unload-tab.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unload-tab.js b/unload-tab.js index 951c2b9..f4c4b6f 100644 --- a/unload-tab.js +++ b/unload-tab.js @@ -3,7 +3,7 @@ * unload[tab] num */ -var INFO = +var INFO = xml` <plugin name="unloadTab" version="0.2" summary="Unload tab contents like (BarTab)" @@ -18,7 +18,7 @@ var INFO = <p>Unload the tab contents.</p> </description> </item> -</plugin>; +</plugin>`; if (!("SS" in this)) { XPCOMUtils.defineLazyServiceGetter(this, "SS", "@mozilla.org/browser/sessionstore;1", "nsISessionStore"); |