27
edits
|  (→Writing an Engine class:  SyncEngine should be imported via main.js rather than directly. And exporting your engine is unnecessary.) |  (→Example:  Trackers don't have a _logName property) | ||
| Line 204: | Line 204: | ||
|   FooTracker.prototype = { |   FooTracker.prototype = { | ||
|     __proto__: Tracker.prototype, |     __proto__: Tracker.prototype, | ||
|    _enabled: false, |    _enabled: false, | ||
edits