From a6293310fda959cc6e8a152297b0281de17cfe4f Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Mon, 4 Oct 2010 15:20:15 -0400 Subject: [PATCH] jslint --- backbone.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backbone.js b/backbone.js index 2ac3f1e0..0c05cde6 100644 --- a/backbone.js +++ b/backbone.js @@ -516,8 +516,8 @@ return child; }; + // `Backbone.request`... Backbone.request = function(type, model, success, error) { - $.ajax({ url : model.url(), type : type, @@ -526,6 +526,6 @@ success : success, error : error }); - } + }; })(); \ No newline at end of file