You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Marc Luria (JIRA)" <ji...@apache.org> on 2015/12/02 17:56:11 UTC

[jira] [Created] (CB-10118) statusbar plugin crashes during startup

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-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org