diff --git a/backbone.js b/backbone.js index 33b2c44c..3f156973 100644 --- a/backbone.js +++ b/backbone.js @@ -622,7 +622,7 @@ $.ajax({ url : getUrl(model), type : type, - data : data, + data : data, dataType : 'json', success : success, error : error