File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Polymer_PropertiesChanged.prototype._addPropertyToAttributeMap = function(proper
3333*/
3434Polymer_PropertiesChanged . prototype . _definePropertyAccessor = function ( property , readOnly ) { } ;
3535/**
36- * @return {void|!Promise<void> }
36+ * @return {void }
3737*/
3838Polymer_PropertiesChanged . prototype . ready = function ( ) { } ;
3939/**
@@ -379,7 +379,7 @@ Polymer_PropertyEffects.prototype.__templateInfo;
379379Polymer_PropertyEffects . prototype . _stampTemplate = function ( template ) { } ;
380380/**
381381* @override
382- * @return {void|!Promise<void> }
382+ * @return {void }
383383*/
384384Polymer_PropertyEffects . prototype . ready = function ( ) { } ;
385385/**
Original file line number Diff line number Diff line change @@ -179,14 +179,13 @@ export const PropertiesChanged = dedupingMixin(
179179 * bindings. `super.ready()` must be called to ensure the data system
180180 * becomes enabled.
181181 *
182- * @return {void|!Promise<void> } void
182+ * @return {void }
183183 * @public
184184 * @override
185185 */
186186 ready ( ) {
187187 this . __dataReady = true ;
188188 this . _flushProperties ( ) ;
189- return undefined ;
190189 }
191190
192191 /**
You can’t perform that action at this time.
0 commit comments