Skip to content

mOxie namespace gone? v1.5.3 #171

@JohnRSim

Description

@JohnRSim

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions