fix typings

This commit is contained in:
Daniel Freedman
2018-02-21 12:52:00 -08:00
parent 7e74e363ff
commit 8f8135b2de
6 changed files with 8 additions and 8 deletions

View File

@@ -1377,7 +1377,7 @@ Polymer_ArraySelectorMixin.prototype.select = function(item){};
Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
/**
* @interface
* @extends {Polymer_PropertiesChanged}
* @extends {Polymer_ElementMixin}
*/
function Polymer_DisableUpgradeMixin(){}
/**