GitHub user rayshan opened a pull request:
https://github.com/apache/cordova-js/pull/130
Fix CB-3785 - enable EventListener interface support
This patch enables support for `EventListener` interface for
`Channel.prototype.subscribe` / `unsubscribe`, based on the patch by @motorro
in https://issues.apache.org/jira/browse/CB-3785.
This bug prevents other frameworks that make heavy use of the EventListener
interface to work with Cordova, such as
[Montage](https://github.com/montagejs/montage) and its `EventManager`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rayshan/cordova-js master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-js/pull/130.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #130
----
commit 0cca16c84e6b95e29abbe68803d54b3f12ee9316
Author: Ray Shan <[email protected]>
Date: 2015-12-19T00:32:08Z
Fix CB-3785
Enable support of EventListener interface for
Channel.prototype.subscribe / unsubscribe
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]