Skip to content

Commit cda62d5

Browse files
committed
Implement type change in Polymer.ElementMixin
1 parent 4837e4a commit cda62d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

externs/closure-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,4 +1210,4 @@ Polymer_ArraySelectorMixin.prototype.select = function(item){};
12101210
/**
12111211
* @param {number} idx Index from `items` array to select
12121212
*/
1213-
Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
1213+
Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};

lib/mixins/element-mixin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
this.importPath;
527527
/** @type {StampedTemplate | HTMLElement | ShadowRoot} */
528528
this.root;
529-
/** @type {!Object<string, !Node>} */
529+
/** @type {!Object<string, !Element>} */
530530
this.$;
531531
}
532532

0 commit comments

Comments
 (0)