[Pkg-javascript-commits] [backbone] 139/281: Fixes #818

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:05 UTC 2014


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

js pushed a commit to tag 0.9.0
in repository backbone.

commit ee305c469e1080e561a9fb21be8037b83a5ce93d
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Mon Dec 26 09:35:11 2011 -0800

    Fixes #818
---
 backbone.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backbone.js b/backbone.js
index eafa08a..d30b007 100644
--- a/backbone.js
+++ b/backbone.js
@@ -32,7 +32,7 @@
 
   // Require Underscore, if we're on the server, and it's not already present.
   var _ = root._;
-  if (!_ && (typeof require !== 'undefined')) _ = require('underscore')._;
+  if (!_ && (typeof require !== 'undefined')) _ = require('underscore');
 
   // For Backbone's purposes, jQuery, Zepto, or Ender owns the `$` variable.
   var $ = root.jQuery || root.Zepto || root.ender;

-- 
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