Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Nov 3, 2014
1 parent 4e67879 commit bc68cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventproxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
var _bind = function (key) {
proxy.bind(key, function (data) {
debug('One of events %j emited, execute the listenner');
proxy.trigger(_eventname, {"data": data, eventname: key});
proxy.trigger(_eventname, {"data": data, eventName: key});
});
};

Expand Down

0 comments on commit bc68cf2

Please sign in to comment.