Skip to content

Commit

Permalink
Use the simplified event specification api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Wehrman committed Dec 4, 2013
1 parent 3cef1b3 commit a5287aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/NodeConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ define(function (require, exports, module) {
});
self.domainEvents[domainSpec.domain] = {};
domainSpec.events.forEach(function (eventSpec) {
var parameters = eventSpec.parameters.parameters;
var parameters = eventSpec.parameters;
self.domainEvents[domainSpec.domain][eventSpec.name] = parameters;
});
});
Expand Down

0 comments on commit a5287aa

Please sign in to comment.