mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
update types
This commit is contained in:
@@ -1374,4 +1374,30 @@ Polymer_ArraySelectorMixin.prototype.select = function(item){};
|
||||
* @param {number} idx Index from `items` array to select
|
||||
* @return {void}
|
||||
*/
|
||||
Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
|
||||
Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
function Polymer_DisableUpgradeMixin(){}
|
||||
/**
|
||||
* @param {*} name
|
||||
* @param {*} old
|
||||
* @param {*} value
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype.attributeChangedCallback = function(name, old, value){};
|
||||
/**
|
||||
* @return {undefined}
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype._initializeProperties = function(){};
|
||||
/**
|
||||
* @return {undefined}
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype.connectedCallback = function(){};
|
||||
/**
|
||||
* @return {undefined}
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype._enableProperties = function(){};
|
||||
/**
|
||||
* @return {undefined}
|
||||
*/
|
||||
Polymer_DisableUpgradeMixin.prototype.disconnectedCallback = function(){};
|
||||
Reference in New Issue
Block a user