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
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"dependencies": { | "dependencies": { | ||
"coffee-script": "1.6.1", | "coffee-script": "1.6.1", | ||
"edx-pattern-library": "0.10.4", | "edx-pattern-library": "0.10.4", | ||
"edx-ui-toolkit": "~0.8.0", | "edx-ui-toolkit": "0.9.0", | ||
"requirejs": "~2.1.22", | "requirejs": "~2.1.22", | ||
"uglify-js": "2.4.24", | "uglify-js": "2.4.24", | ||
"underscore": "~1.8.3" | "underscore": "~1.8.3" | ||
... | ... |
Please
register
or
sign in
to comment