Skip to content

Instantly share code, notes, and snippets.

@bga
Created August 26, 2010 20:04
Show Gist options
  • Save bga/552138 to your computer and use it in GitHub Desktop.
Save bga/552138 to your computer and use it in GitHub Desktop.
this.$jb.Loader._scope().
_require('$jb/$G.Function.js').
_require('$jb/OOP.js').
_require('http.node').
_require('$jb/exceptions.js').
_require('$jb/$jb.Url.js').
_require('$jb/$jb.Net.Base.js').
_willDeclared('$jb/$jb.Net.HTTPClient.js').
_completed(function($G, $jb){
var nodeHTTP = $jb.Loader.nodeResourceType._import('http.node');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment