mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-07 03:15:46 +01:00
Fix another typo in storage.jsm
This commit is contained in:
@@ -117,7 +117,7 @@ ObjectStore.prototype = prototype;
|
||||
|
||||
function ArrayStore(name, store)
|
||||
{
|
||||
var array = loadPref(name, store, Array) || {};
|
||||
var array = loadPref(name, store, Array) || [];
|
||||
|
||||
this.__defineGetter__("store", function () store);
|
||||
this.__defineGetter__("name", function () name);
|
||||
|
||||
Reference in New Issue
Block a user