canmove, Confirmed users
725
edits
| Line 252: | Line 252: | ||
function FooEngine() { | function FooEngine() { | ||
SyncEngine.call(this, "Foo"); | |||
} | } | ||
FooEngine.prototype = { | FooEngine.prototype = { | ||
__proto__: SyncEngine.prototype, | __proto__: SyncEngine.prototype, | ||
_recordObj: FooRecord, | _recordObj: FooRecord, | ||
_storeObj: FooStore, | _storeObj: FooStore, | ||