Closed stephanebachelier closed 10 years ago
Use an anonymous module to make it more portable see #62 based on https://github.com/umdjs/umd/blob/master/returnExports.js
define and module being used as a global, add consistency by not using context.define.
define
module
context.define
Great! Thanks a lot.
Use an anonymous module to make it more portable see #62 based on https://github.com/umdjs/umd/blob/master/returnExports.js
define
andmodule
being used as a global, add consistency by not usingcontext.define
.