Skip to content

Commit c20b657

Browse files
committed
[ci skip] update externs more from #4776
1 parent 5b3294e commit c20b657

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

externs/closure-types.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Polymer_PropertyEffects.prototype.get = function(path, root){};
580580
*/
581581
Polymer_PropertyEffects.prototype.set = function(path, value, root){};
582582
/**
583-
* @param {string | !Array<string|number>} path Path to array.
583+
* @param {(string|!Array.<(string|number)>)} path Path to array.
584584
* @param {...*} items
585585
* @return {number}
586586
*/
@@ -1070,7 +1070,7 @@ Polymer_ElementMixin.prototype.get = function(path, root){};
10701070
*/
10711071
Polymer_ElementMixin.prototype.set = function(path, value, root){};
10721072
/**
1073-
* @param {string} path Path to array.
1073+
* @param {(string|!Array.<(string|number)>)} path Path to array.
10741074
* @param {...*} items
10751075
* @return {number}
10761076
*/
@@ -1603,7 +1603,7 @@ Polymer_LegacyElementMixin.prototype.get = function(path, root){};
16031603
*/
16041604
Polymer_LegacyElementMixin.prototype.set = function(path, value, root){};
16051605
/**
1606-
* @param {string} path Path to array.
1606+
* @param {(string|!Array.<(string|number)>)} path Path to array.
16071607
* @param {...*} items
16081608
* @return {number}
16091609
*/
@@ -2452,7 +2452,7 @@ Polymer_ArraySelectorMixin.prototype.get = function(path, root){};
24522452
*/
24532453
Polymer_ArraySelectorMixin.prototype.set = function(path, value, root){};
24542454
/**
2455-
* @param {string} path Path to array.
2455+
* @param {(string|!Array.<(string|number)>)} path Path to array.
24562456
* @param {...*} items
24572457
* @return {number}
24582458
*/
@@ -2720,4 +2720,4 @@ Polymer_ArraySelectorMixin._parseBindings = function(text, templateInfo){};
27202720
Polymer_ArraySelectorMixin._evaluateBinding = function(inst, part, path, props, oldProps, hasPaths){};
27212721
/**
27222722
*/
2723-
Polymer_ArraySelectorMixin.finalize = function(){};
2723+
Polymer_ArraySelectorMixin.finalize = function(){};

0 commit comments

Comments
 (0)