Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Events #114

Merged
merged 5 commits into from
Jul 26, 2016
Merged

Update Events #114

merged 5 commits into from
Jul 26, 2016

Conversation

clowenhg
Copy link
Contributor

Moves Events into Modules code
Makes Events more compatible with the EventEmitter API
Documents Events

Christopher Lowenthal added 3 commits July 22, 2016 19:19
Improves emit argument handling
Adds default data to end of all emits
* @param {function} cb
*/
Events.prototype.subscribe = function (name, cb) {
console.error('subescribe() has been deprecated. Update to on(event, listener)');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subescribe -> subscribe

@timelf123
Copy link
Contributor

LGTM

@timelf123 timelf123 merged commit b94922d into linnovate:master Jul 26, 2016
@clowenhg clowenhg deleted the events-simplify branch July 30, 2016 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants