return promise for EpisodeModel syncing

This commit is contained in:
Mark McDowall 2014-01-29 22:18:37 -08:00
parent 28aee91d3f
commit 47f12b429e
1 changed files with 1 additions and 1 deletions

View File

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