Skip to content

Instantly share code, notes, and snippets.

@ajbetteridge
Forked from davglass/gist:359778
Created November 29, 2011 14:34
Show Gist options
  • Save ajbetteridge/1405005 to your computer and use it in GitHub Desktop.
Save ajbetteridge/1405005 to your computer and use it in GitHub Desktop.
YUI().use('nodejs-dom', function(Y) {
var document = Y.Browser.document;
document.createElement('div');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment