return promise for EpisodeModel syncing

pull/3113/head
Mark McDowall 11 years ago
parent 28aee91d3f
commit 47f12b429e

@ -19,7 +19,7 @@ define(
options = options || {};
options.url = model.methodUrls[method.toLowerCase()];
}
Backbone.sync(method, model, options);
return Backbone.sync(method, model, options);
}
});
});

Loading…
Cancel
Save