address some concerns from kschaaf

This commit is contained in:
Daniel Freedman
2017-06-29 16:47:17 -07:00
parent 3e14a1d812
commit 446538135e
8 changed files with 59 additions and 90 deletions

View File

@@ -154,4 +154,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* }}
*/
let TemplatizeOptions;
/** @type {Polymer_PropertyEffects} */
Polymer_PropertyEffects.prototype.__dataHost;
</script>

View File

@@ -64,20 +64,18 @@ Polymer.sanitizeDOMValue;
*/
function JSCompiler_renameProperty(string, obj) {}
/** @type {Object} */
Polymer.telemetry;
/** @record */
function PolymerTelemetry(){}
/** @type {number} */
PolymerTelemetry.instanceCount;
/** @type {Array<HTMLElement>} */
PolymerTelemetry.registrations;
/** @type {function(HTMLElement)} */
PolymerTelemetry._regLog;
/** @type {function(HTMLElement)} */
PolymerTelemetry.register;
/** @type {function(HTMLElement)} */
PolymerTelemetry.dumpRegistrations;;
/** @type {Object} */
Polymer_PropertyEffects.prototype.__computeEffects;
/** @type {Object} */
Polymer_PropertyEffects.prototype.__reflectEffects;
/** @type {Object} */
Polymer_PropertyEffects.prototype.__notifyEffects;
/** @type {Object} */
Polymer_PropertyEffects.prototype.__propagateEffects;
/** @type {Object} */
Polymer_PropertyEffects.prototype.__observeEffects;
/** @type {Object} */
Polymer_PropertyEffects.prototype.__readOnly;
/** @type {Polymer_PropertyEffects} */
Polymer_PropertyEffects.prototype.__dataHost;
/** @type {PolymerTelemetry} */
Polymer.telemetry;