mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 00:54:14 +01:00
Move marks to storage module.
This commit is contained in:
@@ -790,8 +790,7 @@ liberator.QuickMarks = function () //{{{
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
liberator.storage.newObject("quickmarks", true);
|
||||
var qmarks = liberator.storage.quickmarks;
|
||||
var qmarks = liberator.storage.newMap("quickmarks", true);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// MAPPINGS ////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user