Tried to use https://github.com/moxiecode/moxie/blob/master/src/javascript/o.js to bring int he namespace but getting the following error
o.js:23 Uncaught TypeError: Cannot read property 'core' of undefined
at o.js:23
Simple example - also tried shim within config requirejs.
require(['/moxie.dev.js'],function() {
require(['/o.js'],function() {
var test2 = mOxie.FileDrop('test');
});
});
Whats the new approach of using mOxie without plupload?
Tried to use https://github.com/moxiecode/moxie/blob/master/src/javascript/o.js to bring int he namespace but getting the following error
o.js:23 Uncaught TypeError: Cannot read property 'core' of undefined
at o.js:23
Simple example - also tried shim within config requirejs.
Whats the new approach of using mOxie without plupload?