27
edits
(→Example: Trackers don't have a _logName property) |
(→Example Store class skeleton: Stores don't have a _logName property) |
||
Line 128: | Line 128: | ||
FooStore.prototype = { | FooStore.prototype = { | ||
__proto__: Store.prototype, | __proto__: Store.prototype, | ||
itemExists: function(guid) { | itemExists: function(guid) { | ||
// Return true if an item with given guid exists in the store. | // Return true if an item with given guid exists in the store. |
edits