You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Benn Mapes (JIRA)" <ji...@apache.org> on 2013/07/12 01:31:49 UTC

[jira] [Created] (CB-4187) plugin loader is not firing onPluginsReady when cordova_plugin.js's module.exports = []

Benn Mapes created CB-4187:
------------------------------

             Summary: plugin loader is not firing onPluginsReady when cordova_plugin.js's module.exports = []
                 Key: CB-4187
                 URL: https://issues.apache.org/jira/browse/CB-4187
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaJS
         Environment: Windows, Windows Phone
            Reporter: Benn Mapes
            Assignee: Filip Maj


Steps to reproduce:
1.Create a new project
2. create a cordova_plugins.js file in the www folder with the following content :
cordova.define('cordova/plugin_list', function(require, exports, module) {
module.exports = []
});
3. Run it.
4. Does device ready fire?

This doesn't really cause much of a problem since you don't need the bridge if your only using the browser implementation but it will if people are waiting for device ready to fire before using our APIs (recommend).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira