mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
update types
This commit is contained in:
@@ -1383,20 +1383,20 @@ function Polymer_DisableUpgradeMixin(){}
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype.attributeChangedCallback = function(name, old, value){};
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype._initializeProperties = function(){};
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype.connectedCallback = function(){};
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype._enableProperties = function(){};
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype.attributeChangedCallback = function(name, old, value){};
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype.connectedCallback = function(){};
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype.disconnectedCallback = function(){};
|
||||
Reference in New Issue
Block a user