Skip to content
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

Merged
merged 1 commit into from
Jan 14, 2016
Merged

component tick #823

merged 1 commit into from
Jan 14, 2016

Conversation

ngokevin
Copy link
Member

No description provided.

@ngokevin
Copy link
Member Author

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,
Copy link
Member

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.

Copy link
Member Author

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.

@ngokevin
Copy link
Member Author

Updated

@dmarcos
Copy link
Member

dmarcos commented Jan 14, 2016

It looks good but travis is complaining

@ngokevin
Copy link
Member Author

Restarted the build. Will have to see how often it flakes.

dmarcos added a commit that referenced this pull request Jan 14, 2016
@dmarcos dmarcos merged commit d3e634f into aframevr:dev Jan 14, 2016
@ngokevin
Copy link
Member Author

Thanks!

@cvan cvan modified the milestone: 0.2.0 Jan 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants