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