Changes

Jump to: navigation, search

CloudServices/Sync/FxSync/Developer/ClientAPI

20 bytes removed, 11:43, 29 October 2010
Example Store class skeleton: Stores don't have a _logName property
FooStore.prototype = {
__proto__: Store.prototype,
_logName: "foo",
itemExists: function(guid) {
// Return true if an item with given guid exists in the store.

Navigation menu