Move edx.utils.validate.
The test was not running where it lived before.
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
'annotator_1.2.9': 'xmodule_js/common_static/js/vendor/edxnotes/annotator-full.min',
|
||||
|
||||
// Common edx utils
|
||||
'js/utils/edx.utils.validate': 'xmodule_js/common_static/js/utils/edx.utils.validate'
|
||||
'common/js/utils/edx.utils.validate': 'xmodule_js/common_static/common/js/utils/edx.utils.validate'
|
||||
},
|
||||
shim: {
|
||||
'gettext': {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
'jquery',
|
||||
'underscore',
|
||||
'backbone',
|
||||
'js/utils/edx.utils.validate'
|
||||
'common/js/utils/edx.utils.validate'
|
||||
],
|
||||
function($, _, Backbone, EdxUtilsValidate) {
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ lib_paths:
|
||||
- xmodule_js/common_static/js/vendor/date.js
|
||||
- xmodule_js/common_static/js/vendor/moment.min.js
|
||||
- xmodule_js/common_static/js/vendor/moment-with-locales.min.js
|
||||
- xmodule_js/common_static/js/utils/edx.utils.validate.js
|
||||
- xmodule_js/common_static/common/js/utils/edx.utils.validate.js
|
||||
|
||||
# Paths to source JavaScript files
|
||||
src_paths:
|
||||
|
||||
Reference in New Issue
Block a user