mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3075 from zhaoz/patch-1
Put beforeRegister in the behaviorProperties.
This commit is contained in:
commit
e5fb166c50
@ -146,6 +146,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
// for calling via doBehavior (e.g. created, ready)
|
||||
Polymer.Base._behaviorProperties = {
|
||||
hostAttributes: true,
|
||||
beforeRegister: true,
|
||||
registered: true,
|
||||
properties: true,
|
||||
observers: true,
|
||||
|
Loading…
Reference in New Issue
Block a user