CloudServices/Sync/FxSync/Developer/ClientAPI: Difference between revisions

→‎Example Store class skeleton: Stores don't have a _logName property
(→‎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,
  _logName: "foo",
   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.