Marc Luria created CB-10118:
-------------------------------

             Summary: statusbar plugin crashes during startup
                 Key: CB-10118
                 URL: https://issues.apache.org/jira/browse/CB-10118
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Statusbar
    Affects Versions: 5.4.1
            Reporter: Marc Luria
             Fix For: 5.4.0


During startup, the plugin fails on the lines:

define = function (id, factory) {
        if (modules[id]) {
            throw "module " + id + " already defined";
        }

        modules[id] = {
            id: id,
            factory: factory
        };
    };

with the error Uncaught module cordova-plugin-statusbar.statusbar already 
defined

I've only tested this so far in the browser plugin, partly because it's 
difficult to set a breakpoint in ios or android.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to