Created
June 29, 2015 09:27
-
-
Save Tim-Machine/7e1f5de2a69cf13223f2 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
| #inside of addImage:: | |
| this._removedImageIds = _.without(this._removedImageIds, image._id); | |
| # inside of save | |
| _.each(this._removedImageIds, function (id) { | |
| this.constructor.imageCollection.remove(id); | |
| }, this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment