Skip to content

Commit

Permalink
add _fields default val
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Nov 22, 2011
1 parent 797ef7a commit c53909d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/querystream.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function CursorStream (query) {
this.paused = false;
this._cursor = null;
this._destroyed = null;
this._fields = null;

// give time to hook up events
var self = this;
Expand Down

0 comments on commit c53909d

Please sign in to comment.