[Pkg-javascript-commits] [backbone] 122/211: Removing Ender.js support for the time being, as it needs to fix its AJAX methods to corrospond with jQuery/Zepto success/error signatures.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:00:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.5.0
in repository backbone.
commit 1d4484d1e4305b1867b914a943ad9ada0f5fb20e
Author: Samuel Clay <samuel at ofbrooklyn.com>
Date: Fri Apr 22 11:06:50 2011 -0400
Removing Ender.js support for the time being, as it needs to fix its AJAX methods to corrospond with jQuery/Zepto success/error signatures.
---
backbone.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backbone.js b/backbone.js
index 7da3a57..0e1ba80 100644
--- a/backbone.js
+++ b/backbone.js
@@ -31,7 +31,7 @@
var _ = root._ || root.$;
if (!_ && (typeof require !== 'undefined')) _ = require('underscore')._;
- // For Backbone's purposes, jQuery, Zepto, or Ender owns the `$` variable.
+ // For Backbone's purposes, jQuery or Zepto owns the `$` variable.
var $ = root.jQuery || root.Zepto || root.$;
// Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable
--
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