mperdeck / jsnlog.js

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.
js.jsnlog.com
Other
130 stars 43 forks source link

AMD usage with Dojo #25

Open rebolyte opened 8 years ago

rebolyte commented 8 years ago

On line 968, the AMD module gets defined with the module name as the first parameter. This is supported in RequireJS, but not in other AMD loaders, specifically Dojo. To get jsnlog.js to load with Dojo, I had to remove the name. Could this be updated/fixed in future releases?