[Pkg-javascript-commits] [backbone] 24/101: jslint

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:58:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.1.0
in repository backbone.

commit a6293310fda959cc6e8a152297b0281de17cfe4f
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Mon Oct 4 15:20:15 2010 -0400

    jslint
---
 backbone.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/backbone.js b/backbone.js
index 2ac3f1e..0c05cde 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list