Skip to content

Commit

Permalink
[ci skip] update externs more from #4776
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 7, 2017
1 parent 5b3294e commit c20b657
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions externs/closure-types.js
Expand Up @@ -580,7 +580,7 @@ Polymer_PropertyEffects.prototype.get = function(path, root){};
*/
Polymer_PropertyEffects.prototype.set = function(path, value, root){};
/**
* @param {string | !Array<string|number>} path Path to array.
* @param {(string|!Array.<(string|number)>)} path Path to array.
* @param {...*} items
* @return {number}
*/
Expand Down Expand Up @@ -1070,7 +1070,7 @@ Polymer_ElementMixin.prototype.get = function(path, root){};
*/
Polymer_ElementMixin.prototype.set = function(path, value, root){};
/**
* @param {string} path Path to array.
* @param {(string|!Array.<(string|number)>)} path Path to array.
* @param {...*} items
* @return {number}
*/
Expand Down Expand Up @@ -1603,7 +1603,7 @@ Polymer_LegacyElementMixin.prototype.get = function(path, root){};
*/
Polymer_LegacyElementMixin.prototype.set = function(path, value, root){};
/**
* @param {string} path Path to array.
* @param {(string|!Array.<(string|number)>)} path Path to array.
* @param {...*} items
* @return {number}
*/
Expand Down Expand Up @@ -2452,7 +2452,7 @@ Polymer_ArraySelectorMixin.prototype.get = function(path, root){};
*/
Polymer_ArraySelectorMixin.prototype.set = function(path, value, root){};
/**
* @param {string} path Path to array.
* @param {(string|!Array.<(string|number)>)} path Path to array.
* @param {...*} items
* @return {number}
*/
Expand Down Expand Up @@ -2720,4 +2720,4 @@ Polymer_ArraySelectorMixin._parseBindings = function(text, templateInfo){};
Polymer_ArraySelectorMixin._evaluateBinding = function(inst, part, path, props, oldProps, hasPaths){};
/**
*/
Polymer_ArraySelectorMixin.finalize = function(){};
Polymer_ArraySelectorMixin.finalize = function(){};

0 comments on commit c20b657

Please sign in to comment.