Skip to content

Commit

Permalink
log fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkneen committed May 12, 2017
1 parent 520e017 commit f655bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reste.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ var main = function() {

// Intercept sync to handle collections / models
Backbone.sync = function(method, model, options) {
log("Backbone.sync: " + method + model._type);
log("Backbone.sync: " + method + " " + model._type);

var modelConfig = reste.modelConfig[model._type];
var body, onError;
Expand Down

0 comments on commit f655bcf

Please sign in to comment.