Skip to content

Commit

Permalink
Add beforeRegister to the Polymer externs. This is defined in the doc…
Browse files Browse the repository at this point in the history
  • Loading branch information
atjia authored and tjgq committed Oct 24, 2018
1 parent 0276f98 commit 4794593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/externs/polymer-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ PolymerElement.prototype.observers;
PolymerElement.prototype.created = function() {};
/** On ready callback. */
PolymerElement.prototype.ready = function() {};
/** On before register callback. */
PolymerElement.prototype.beforeRegister = function() {};
/** On registered callback. */
PolymerElement.prototype.registered = function() {};
/** On attached to the DOM callback. */
Expand Down

0 comments on commit 4794593

Please sign in to comment.