Revert Promise<void> changes.

This commit is contained in:
Alexander Marks
2018-07-26 18:06:52 -07:00
parent 73ae8b4dfa
commit ac6011e0e4
2 changed files with 3 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ Polymer_PropertiesChanged.prototype._addPropertyToAttributeMap = function(proper
*/
Polymer_PropertiesChanged.prototype._definePropertyAccessor = function(property, readOnly){};
/**
* @return {void|!Promise<void>}
* @return {void}
*/
Polymer_PropertiesChanged.prototype.ready = function(){};
/**
@@ -379,7 +379,7 @@ Polymer_PropertyEffects.prototype.__templateInfo;
Polymer_PropertyEffects.prototype._stampTemplate = function(template){};
/**
* @override
* @return {void|!Promise<void>}
* @return {void}
*/
Polymer_PropertyEffects.prototype.ready = function(){};
/**