Skip to content

Instantly share code, notes, and snippets.

@yanyu0517
Created January 28, 2014 05:45
Show Gist options
  • Save yanyu0517/8662822 to your computer and use it in GitHub Desktop.
Save yanyu0517/8662822 to your computer and use it in GitHub Desktop.
define('moduleA',function(require, exports, module){
require('moduleB');
exports.A = 1
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment