Trying to answer a question regarding our pub/sub implementation in cordova-js. Need to fill in some tests before I pull the patch in.
Question: if I have an event handler function, and I `subscribe` it to an event (channel) x times, when that channel fires, should I expect it to fire x times, or only once? Root issue: https://issues.apache.org/jira/browse/CB-829 Pull request from GH to patch: https://github.com/apache/incubator-cordova-js/pull/14 Thanks for the input, Fil
