You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2015/12/25 08:40:49 UTC

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

     [ https://issues.apache.org/jira/browse/CB-10118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov updated CB-10118:
----------------------------------
    Priority: Trivial  (was: Major)

> 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
>            Priority: Trivial
>              Labels: Browser, reproduced, triaged
>             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