Skip to content

Commit 166a679

Browse files
committed
Reverted changes
1 parent f082c63 commit 166a679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Eventable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cocktail.mix({
5959
emit: function() {
6060
var emitter = this.getEmitter();
6161

62-
emitter.emit.apply(this, arguments);
62+
emitter.emit.apply(emitter, arguments);
6363
},
6464

6565
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cocktail-trait-eventable",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "EventEmitter as delegate trait",
55
"main": "lib/Eventable",
66
"scripts": {

0 commit comments

Comments
 (0)