-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
component tick #823
component tick #823
Conversation
r? @dmarcos Good call, a lot easier than manually registering/removing behaviors to the scene. |
@@ -57,35 +89,42 @@ Component.prototype = { | |||
* Called during component initialization and is only run once. | |||
* Components can use this to set initial state. | |||
*/ | |||
init: function () { /* no-op */ }, | |||
init: noopFn, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's kind of obscure. I liked better before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets me check if the user has defined something else.
Updated |
It looks good but travis is complaining |
Restarted the build. Will have to see how often it flakes. |
Thanks! |
No description provided.