Skip to content

Commit

Permalink
Allow an optional param for stamp(). Closes #2463
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154647421
  • Loading branch information
atjia authored and brad4d committed May 1, 2017
1 parent 9b1d41a commit b5a1cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/externs/polymer-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ Polymer.Templatizer = {
ctor: function() {},

/**
* @param {?Object} model
* @param {?Object=} model
* @return {?Element}
*/
stamp: function(model) {},
Expand Down

0 comments on commit b5a1cf3

Please sign in to comment.