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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user