Skip to content

Commit

Permalink
correct error line 315
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiaudet committed Feb 6, 2014
1 parent 4dade5b commit f4ccb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Store.prototype = {
// - __streamId:__ id for requested stream (equal to aggregateId)
getNewEventStream: function(streamId) {
return new EventStream(self, streamId, null);
};
}

// __getEventStream:__ loads the eventstream from _revMin_ to _revMax_.
//
Expand Down

0 comments on commit f4ccb3d

Please sign in to comment.