From 631a3e024d7d46cd3075d6685505f98b71ebd7f5 Mon Sep 17 00:00:00 2001 From: teramako Date: Wed, 3 Apr 2013 21:18:05 +0900 Subject: fix: unload-tab.js --- unload-tab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unload-tab.js') 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` Unload the tab contents.

-
; +`; if (!("SS" in this)) { XPCOMUtils.defineLazyServiceGetter(this, "SS", "@mozilla.org/browser/sessionstore;1", "nsISessionStore"); -- cgit v1.2.3