Commit 24990272 by Brian Jacobel

Do not set up underscore.string globally.

parent 1ed5b4bd
......@@ -3,8 +3,7 @@
define([ // jshint ignore:line
'underscore',
'backbone',
'backbone-relational',
'underscore.string'
'backbone-relational'
],
function(_, Backbone) {
'use strict';
......
......@@ -1248,7 +1248,7 @@ base_vendor_js = [
'js/vendor/jquery.cookie.js',
'js/vendor/url.min.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
'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