mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 00:17:59 +01:00
Remove last remnant of services.json.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user