Fixing tag save event

- lost in a bad merge somewhere
This commit is contained in:
Hannah Wolfe 2013-09-18 20:04:39 +01:00
parent c7a91ffff1
commit eb7a63bd1d

View File

@ -181,6 +181,8 @@
// Default to same status if not passed in
status = status || prevStatus;
model.trigger('willSave');
this.savePost({
status: status
}).then(function () {