Created
May 23, 2012 16:02
-
-
Save jshirley/2776102 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var YUI = require('yui').YUI, | |
Y = YUI(); | |
Y.use('parallel'); | |
require('./second'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node app.js | |
Type of Y.Handlebars: undefined |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Y = require('yui/handlebars'); | |
console.log('Type of Y.Handlebars: ' + typeof Y.Handlebars ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment