[Pkg-javascript-commits] [backbone] 05/19: $ doesn't always belong to jQuery
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:58:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.1.1
in repository backbone.
commit 2748c43fa7f8c12506d2789ed85ea58ba74349cf
Author: Karl Guertin <grayrest at gr.ayre.st>
Date: Wed Oct 13 17:16:39 2010 -0400
$ doesn't always belong to jQuery
---
backbone.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/backbone.js b/backbone.js
index 28dd788..86e035c 100644
--- a/backbone.js
+++ b/backbone.js
@@ -3,7 +3,7 @@
// For all details and documentation:
// http://documentcloud.github.com/backbone
-(function(){
+(function($, undefined){
// Initial Setup
// -------------
@@ -616,4 +616,4 @@
});
};
-})();
\ No newline at end of file
+})(jQuery);
--
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