From 9667a0d19a34dd9ba8d553009b43ef668826215a Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 21 Jul 2011 16:45:24 -0400 Subject: [PATCH] Remove last remnant of services.json. --- common/content/tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/tabs.js b/common/content/tabs.js index 9ac9e3c5..998ca0a5 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -155,7 +155,7 @@ var Tabs = Module("tabs", { * @property {Object[]} The array of closed tabs for the current * session. */ - get closedTabs() services.json.decode(services.sessionStore.getClosedTabData(window)), + get closedTabs() JSON.parse(services.sessionStore.getClosedTabData(window)), /** * Clones the specified *tab* and append it to the tab list.