Skip to content

Commit

Permalink
Implement type change in Polymer.ElementMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 2, 2017
1 parent 4837e4a commit cda62d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion externs/closure-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,4 +1210,4 @@ Polymer_ArraySelectorMixin.prototype.select = function(item){};
/**
* @param {number} idx Index from `items` array to select
*/
Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
2 changes: 1 addition & 1 deletion lib/mixins/element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
this.importPath;
/** @type {StampedTemplate | HTMLElement | ShadowRoot} */
this.root;
/** @type {!Object<string, !Node>} */
/** @type {!Object<string, !Element>} */
this.$;
}

Expand Down

0 comments on commit cda62d5

Please sign in to comment.