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

Jump to navigation Jump to search
→‎Example: Trackers should not change the private _score property
(→‎Example: Trackers should not change the private _score property)
Line 236: Line 236:


     // Update the score as you see fit:
     // Update the score as you see fit:
     this._score += 10;
     this.score += 10;
   }
   }
  };
  };

Navigation menu