Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
use domReady isntead of attached
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed May 15, 2014
1 parent 68c4ef7 commit 42fe55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-collapse.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
this.target = this.target || this;
},

attached: function() {
domReady: function() {
this.async(function() {
this.afterInitialUpdate = true;
});
Expand Down

0 comments on commit 42fe55c

Please sign in to comment.