get/js/get-nodejs.js:1
NodeJS specific Get module used to load remote resources. It contains the same signature as the default Get module so there is no code change needed.
_exec
data
url
cb
Defined in
get/js/get-nodejs.js:43
Takes the raw JS files and wraps them to be executed in the YUI context so they can be loaded into the YUI object
_include
url
cb
Defined in
get/js/get-nodejs.js:78
Fetches the content from a remote URL or a file from disc and passes the content
off to _exec
for parsing
js
s
options
Defined in
get/js/get-nodejs.js:132
Override for Get.script for loading local or remote YUI modules.