Avoid _setPendingProperty warning due to types not understanding deduping mixin.

This commit is contained in:
Kevin Schaaf
2017-12-08 10:55:33 -08:00
parent a12934c578
commit 40d47f24d1
2 changed files with 4 additions and 2 deletions

View File

@@ -52,9 +52,10 @@ Polymer_PropertiesChanged.prototype._getProperty = function(property){};
/**
* @param {string} property Name of the property
* @param {*} value Value to set
* @param {boolean=} ext Not used here; affordance for closure
* @return {boolean}
*/
Polymer_PropertiesChanged.prototype._setPendingProperty = function(property, value){};
Polymer_PropertiesChanged.prototype._setPendingProperty = function(property, value, ext){};
/**
* @return {undefined}
*/