Fix URI vendor module to be referenced via a relative URL.

This commit is contained in:
Andy Armstrong
2014-01-06 11:31:58 -05:00
parent 6108529ce1
commit fa55ac1315

View File

@@ -77,7 +77,7 @@
"utility": "js/src/utility",
"accessibility": "js/src/accessibility_tools",
"draggabilly": "js/vendor/draggabilly.pkgd",
"URI": "/js/vendor/URI.min",
"URI": "js/vendor/URI.min",
// externally hosted files
"tender": "//edxedge.tenderapp.com/tender_widget",