Skip to content

Commit

Permalink
do registered behaviors before invoking registerFeatures so `regi…
Browse files Browse the repository at this point in the history
…stered` can affect properties used by features (ref #2329)
  • Loading branch information
Scott J Miles committed Aug 25, 2015
1 parent a75133d commit 61d611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/base.html
Expand Up @@ -24,8 +24,8 @@

// `this` context is a prototype, not an instance
registerCallback: function() {
this._registerFeatures(); // abstract
this._doBehavior('registered'); // abstract
this._registerFeatures(); // abstract
},

createdCallback: function() {
Expand Down

0 comments on commit 61d611c

Please sign in to comment.