Skip to content

Instantly share code, notes, and snippets.

@Raynos

Raynos/x.js Secret

Created March 2, 2013 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/0b1fa927d4e79694875e to your computer and use it in GitHub Desktop.
Save Raynos/0b1fa927d4e79694875e to your computer and use it in GitHub Desktop.
goog.require = function (module) {
process.nextTick(function () {
// troll face
global[module] = require(module)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment