mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Lint and type fixes
This commit is contained in:
@@ -78,6 +78,15 @@ Polymer_PropertiesChanged.prototype._enableProperties = function(){};
|
||||
Polymer_PropertiesChanged.prototype._flushProperties = function(){};
|
||||
/**
|
||||
* @param {!Object} currentProps Bag of all current accessor values
|
||||
* @param {!Object} changedProps Bag of properties changed since the last
|
||||
call to `_propertiesChanged`
|
||||
* @param {!Object} oldProps Bag of previous values for each property
|
||||
in `changedProps`
|
||||
* @return {boolean}
|
||||
*/
|
||||
Polymer_PropertiesChanged.prototype._shouldPropertiesChange = function(currentProps, changedProps, oldProps){};
|
||||
/**
|
||||
* @param {!Object} currentProps Bag of all current accessor values
|
||||
* @param {!Object} changedProps Bag of properties changed since the last
|
||||
call to `_propertiesChanged`
|
||||
* @param {!Object} oldProps Bag of previous values for each property
|
||||
|
||||
Reference in New Issue
Block a user