@@ -580,7 +580,7 @@ Polymer_PropertyEffects.prototype.get = function(path, root){};
580
580
*/
581
581
Polymer_PropertyEffects . prototype . set = function ( path , value , root ) { } ;
582
582
/**
583
- * @param {string | !Array< string|number> } path Path to array.
583
+ * @param {( string| !Array.<( string|number)>) } path Path to array.
584
584
* @param {...* } items
585
585
* @return {number }
586
586
*/
@@ -1070,7 +1070,7 @@ Polymer_ElementMixin.prototype.get = function(path, root){};
1070
1070
*/
1071
1071
Polymer_ElementMixin . prototype . set = function ( path , value , root ) { } ;
1072
1072
/**
1073
- * @param {string } path Path to array.
1073
+ * @param {( string|!Array.<(string|number)>) } path Path to array.
1074
1074
* @param {...* } items
1075
1075
* @return {number }
1076
1076
*/
@@ -1603,7 +1603,7 @@ Polymer_LegacyElementMixin.prototype.get = function(path, root){};
1603
1603
*/
1604
1604
Polymer_LegacyElementMixin . prototype . set = function ( path , value , root ) { } ;
1605
1605
/**
1606
- * @param {string } path Path to array.
1606
+ * @param {( string|!Array.<(string|number)>) } path Path to array.
1607
1607
* @param {...* } items
1608
1608
* @return {number }
1609
1609
*/
@@ -2452,7 +2452,7 @@ Polymer_ArraySelectorMixin.prototype.get = function(path, root){};
2452
2452
*/
2453
2453
Polymer_ArraySelectorMixin . prototype . set = function ( path , value , root ) { } ;
2454
2454
/**
2455
- * @param {string } path Path to array.
2455
+ * @param {( string|!Array.<(string|number)>) } path Path to array.
2456
2456
* @param {...* } items
2457
2457
* @return {number }
2458
2458
*/
@@ -2720,4 +2720,4 @@ Polymer_ArraySelectorMixin._parseBindings = function(text, templateInfo){};
2720
2720
Polymer_ArraySelectorMixin . _evaluateBinding = function ( inst , part , path , props , oldProps , hasPaths ) { } ;
2721
2721
/**
2722
2722
*/
2723
- Polymer_ArraySelectorMixin . finalize = function ( ) { } ;
2723
+ Polymer_ArraySelectorMixin . finalize = function ( ) { } ;
0 commit comments