Skip to content

Instantly share code, notes, and snippets.

@MeoMix
Created July 21, 2015 01:29
Show Gist options
  • Save MeoMix/3aa3fab83acd61d924b3 to your computer and use it in GitHub Desktop.
Save MeoMix/3aa3fab83acd61d924b3 to your computer and use it in GitHub Desktop.
_onWindowMessage: function(message) {
// When receiving a message of buffer data from YouTube's API, store it.
if (message.data && message.data.buffer) {
this.get('buffers').push(message.data.buffer);
this.set('bufferType', message.data.bufferType);
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment