It would be nice if arg.js could be specified as a module dependency and used as a variable when using requirejs, without touching the window global or using a shim. Returning the result of MakeArg as the result of the define call makes this possible, as per typical amd usage.
It would be nice if arg.js could be specified as a module dependency and used as a variable when using requirejs, without touching the window global or using a shim. Returning the result of MakeArg as the result of the define call makes this possible, as per typical amd usage.