Created
July 2, 2014 20:24
-
-
Save A/10b920f15895cf3b7c8a to your computer and use it in GitHub Desktop.
This file contains 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
_.filter(um.stack.where({type: 'change'}), function (model) { | |
return !model.get('after')._id | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment