update types

This commit is contained in:
Steven Orvell
2018-01-30 15:19:58 -08:00
parent 4177d9ce7e
commit 5521e43e69
2 changed files with 13 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ function Polymer_PropertiesChanged(){}
Polymer_PropertiesChanged.prototype._createPropertyAccessor = function(property, readOnly){};
/**
* @param {string} property Name of the property
*/
Polymer_PropertiesChanged.prototype._addPropertyToAttributeMap = function(property){};
/**
* @param {string} property Name of the property
* @param {boolean=} readOnly When true, no setter is created
* @return {void}
*/