Skip to content

Instantly share code, notes, and snippets.

@x3388638
Last active May 23, 2019 05:15
Show Gist options
  • Save x3388638/f3a0e8de8293b00688bc6b2345d0ca15 to your computer and use it in GitHub Desktop.
Save x3388638/f3a0e8de8293b00688bc6b2345d0ca15 to your computer and use it in GitHub Desktop.
var YMedia = YUI();
YUI().use('node-base', function(Y) {
Y.Global.publish('ymediaReady', {
fireOnce: true
});
Y.Global.fire('ymediaReady', {
e: YMedia
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment