Andrew Grieve created CB-4022:
---------------------------------

             Summary: PluginLoader is loading <runs/> modules before all 
plugins modules are available.
                 Key: CB-4022
                 URL: https://issues.apache.org/jira/browse/CB-4022
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaJS
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve


onPluginsReady() is meant to be fired once all the plugin file modules are 
available, but before any plugin modules are require()d. 

There's currently a bug where plugins with <runs/> tags are being run before 
onPluginsReady() is fired. This will cause their require()s to possible fail 
and we should fix that.

--
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

Reply via email to