diff options
author | teramako | 2013-04-03 21:18:05 +0900 |
---|---|---|
committer | teramako | 2013-04-03 21:18:05 +0900 |
commit | 631a3e024d7d46cd3075d6685505f98b71ebd7f5 (patch) | |
tree | 7a4229d97ed4be27f84254e4cf41f19e5fad7880 /unload-tab.js | |
parent | adead626df8873c919216b1b154b3a5fd6b88edf (diff) | |
download | vimperator-plugins-631a3e024d7d46cd3075d6685505f98b71ebd7f5.tar.bz2 |
fix: unload-tab.js
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"); |