Skip to content

Commit

Permalink
Add beforeRegister callback to externs
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic authored Oct 23, 2018
1 parent 693f9e4 commit 0492390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions externs/polymer-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ PolymerElement.prototype.created = function() {};
* @override
*/
PolymerElement.prototype.ready = function() {};
/** On before register callback. */
PolymerElement.prototype.beforeRegister = function() {};
/** On registered callback. */
PolymerElement.prototype.registered = function() {};
/**
Expand Down

0 comments on commit 0492390

Please sign in to comment.