mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Avoid _setPendingProperty warning due to types not understanding deduping mixin.
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user