mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Add beforeRegister callback to externs
This commit is contained in:
@@ -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() {};
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user