From 08030e431ec29b542329d87c3dbb2ae3376312ce Mon Sep 17 00:00:00 2001 From: Hans Oksendahl Date: Thu, 14 Oct 2010 17:30:43 -0700 Subject: [PATCH] fixed indentation --- backbone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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