Add static HtmlUtils/StringUtils into edx namespace
This is a temporary workaround for code that needs access to these classes from the UI Toolkit but without using RequireJS.
Showing
- .jshintrc 5 additions, 1 deletion.jshintrc
- common/static/common/js/common_libraries.js 21 additions, 1 deletioncommon/static/common/js/common_libraries.js
- lms/envs/common.py 7 additions, 0 deletionslms/envs/common.py
- lms/static/lms/js/build.js 5 additions, 1 deletionlms/static/lms/js/build.js
- lms/static/lms/js/require-config.js 17 additions, 16 deletionslms/static/lms/js/require-config.js
- package.json 1 addition, 1 deletionpackage.json
... | ... | @@ -4,7 +4,7 @@ |
"dependencies": { | ||
"coffee-script": "1.6.1", | ||
"edx-pattern-library": "0.10.4", | ||
"edx-ui-toolkit": "~0.8.0", | ||
"edx-ui-toolkit": "0.9.0", | ||
"requirejs": "~2.1.22", | ||
"uglify-js": "2.4.24", | ||
"underscore": "~1.8.3" | ||
... | ... |
Please register or sign in to comment