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

Jump to navigation Jump to search
m
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.name);
   Store.call(this, name);
  }
  }
  FooStore.prototype = {
  FooStore.prototype = {
Confirmed users
587

edits

Navigation menu