Commit 24990272 by Brian Jacobel

Do not set up underscore.string globally.

parent 1ed5b4bd
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
define([ // jshint ignore:line define([ // jshint ignore:line
'underscore', 'underscore',
'backbone', 'backbone',
'backbone-relational', 'backbone-relational'
'underscore.string'
], ],
function(_, Backbone) { function(_, Backbone) {
'use strict'; 'use strict';
......
...@@ -1248,7 +1248,7 @@ base_vendor_js = [ ...@@ -1248,7 +1248,7 @@ base_vendor_js = [
'js/vendor/jquery.cookie.js', 'js/vendor/jquery.cookie.js',
'js/vendor/url.min.js', 'js/vendor/url.min.js',
'common/js/vendor/underscore.js', 'common/js/vendor/underscore.js',
'js/vendor/underscore.string.min.js', 'common/js/vendor/underscore.string.js',
# Make some edX UI Toolkit utilities available in the global "edx" namespace # Make some edX UI Toolkit utilities available in the global "edx" namespace
'edx-ui-toolkit/js/utils/global-loader.js', 'edx-ui-toolkit/js/utils/global-loader.js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment