1
0
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:
Kris Maglione
2008-10-01 13:31:57 +00:00
parent bb69773317
commit 4f717c5263

View File

@@ -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);