save no sync

This commit is contained in:
Mo Bitar
2016-12-28 12:17:11 -06:00
parent 8ec59a58a8
commit da8775ad81
3 changed files with 3 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ angular.module('app.frontend')
}.bind(this));
request.post().then(function(response) {
this.handleItemsResponse(response.items);
// this.handleItemsResponse(response.items);
callback(response);
}.bind(this))
}

View File

@@ -1764,7 +1764,7 @@ var User = function User(json_obj) {
}.bind(this));
request.post().then(function (response) {
this.handleItemsResponse(response.items);
// this.handleItemsResponse(response.items);
callback(response);
}.bind(this));
};

File diff suppressed because one or more lines are too long