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?
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?