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

Jump to navigation Jump to search
Line 252: Line 252:


  function FooEngine() {
  function FooEngine() {
   this._init();  
   SyncEngine.call(this, "Foo");
  }
  }
  FooEngine.prototype = {
  FooEngine.prototype = {
   __proto__: SyncEngine.prototype,
   __proto__: SyncEngine.prototype,
  name: "foo",
  displayName: "Foo",
  logName: "Foo",
   _recordObj: FooRecord,
   _recordObj: FooRecord,
   _storeObj: FooStore,
   _storeObj: FooStore,
canmove, Confirmed users
725

edits

Navigation menu