Skip to content

Conversation

@dmarcos
Copy link
Member

@dmarcos dmarcos commented Mar 5, 2017

No description provided.

el.components.sound.stopSound = sinon.stub();
el.setAttribute('sound', 'src', 'url(base/tests/assets/test.ogg)');
el.components.sound.isPlaying = true;
el.addEventListener('sound-loaded', function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd add the event listener before the action.

@ngokevin
Copy link
Member

ngokevin commented Mar 5, 2017

r+wc

Copy link
Member

@ngokevin ngokevin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In test, move the event listener before the action.

@ngokevin ngokevin added this to the 0.6.0 milestone Mar 30, 2017
@ngokevin ngokevin merged commit 75e40cf into aframevr:master Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants