Created
March 27, 2015 18:45
-
-
Save danared/1b75ed0478521f4136c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var updates = { $inc: { eggs: -1 } }; | |
Breakfast.update({}, updates, callback); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment