Andrew Grieve created CB-2661:
---------------------------------

             Summary: InAppBrowser creates channels per-instance, and Channels 
are assumed to be unique-per-name
                 Key: CB-2661
                 URL: https://issues.apache.org/jira/browse/CB-2661
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaJS
            Reporter: Andrew Grieve
            Assignee: Ian Clelland
            Priority: Minor


The problem with this is that the channel module maintains a reference to each 
channel in create():

channel[name] = channel;

We should just remove this behaviour from channel.js and figure out if anyone 
was depending on it.

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