Monday, January 07, 2013

CommonJS Notes

CommonJS Notes: "If you just have a few modules to convert, then all you need to do is wrap the module in this code:
define(function(require, exports, module) {
//Put traditional CommonJS module content here
});
"

'via Blog this'