1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:57:59 +01:00

Remove last remnant of services.json.

This commit is contained in:
Kris Maglione
2011-07-21 16:45:24 -04:00
parent 5b895f0ef7
commit 9667a0d19a

View File

@@ -155,7 +155,7 @@ var Tabs = Module("tabs", {
* @property {Object[]} The array of closed tabs for the current * @property {Object[]} The array of closed tabs for the current
* session. * 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. * Clones the specified *tab* and append it to the tab list.