Confirmed users
587
edits
Aamariutei (talk | contribs) No edit summary |
|||
| Line 136: | Line 136: | ||
// Maintains the store of all your Foo-type items and their GUIDs. | // Maintains the store of all your Foo-type items and their GUIDs. | ||
function FooStore(name) { | function FooStore(name) { | ||
Store.call(this | Store.call(this, name); | ||
} | } | ||
FooStore.prototype = { | FooStore.prototype = { | ||