We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4837e4a commit cda62d5Copy full SHA for cda62d5
externs/closure-types.js
@@ -1210,4 +1210,4 @@ Polymer_ArraySelectorMixin.prototype.select = function(item){};
1210
/**
1211
* @param {number} idx Index from `items` array to select
1212
*/
1213
-Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
+Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
lib/mixins/element-mixin.html
@@ -526,7 +526,7 @@
526
this.importPath;
527
/** @type {StampedTemplate | HTMLElement | ShadowRoot} */
528
this.root;
529
- /** @type {!Object<string, !Node>} */
+ /** @type {!Object<string, !Element>} */
530
this.$;
531
}
532
0 commit comments