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.
This commit is contained in:
Andy Armstrong
2016-03-23 12:43:59 -04:00
parent 9b128695d6
commit 2a204f7ffa
6 changed files with 56 additions and 20 deletions

View File

@@ -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"