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

Jump to navigation Jump to search
→‎Writing a Record class: Property is called _logName, not _logname
(→‎Example Store class skeleton: Stores don't have a _logName property)
(→‎Writing a Record class: Property is called _logName, not _logname)
Line 42: Line 42:
  FooRecord.prototype = {
  FooRecord.prototype = {
   __proto__: CryptoWrapper.prototype,
   __proto__: CryptoWrapper.prototype,
   _logname: "Record.Foo",  
   _logName: "Record.Foo",  


   get bar() this.cleartext.bar,  
   get bar() this.cleartext.bar,  

Navigation menu