Merge pull request #3075 from zhaoz/patch-1

Put beforeRegister in the behaviorProperties.
This commit is contained in:
Kevin Schaaf 2015-11-23 18:26:44 -05:00
commit e5fb166c50

View File

@ -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,