Wendell

Results 1 comments of Wendell

Another option is to change in the source at Grid.prototype.findOne: `cursor.nextObject(callback);` to: `cursor.next(callback);` This way you will don't need remember to update your code. I think. =)