Remove redundant URI.min.js fron lms/

A newer version was added to common/, so that is used instead. It is
also added to the set of JS files used in unit tests to allow forums
code in common/ to be tested.
This commit is contained in:
Greg Price
2013-12-20 18:56:13 -05:00
parent c44e527615
commit d4f7cd68d8
4 changed files with 3 additions and 60 deletions

View File

@@ -34,6 +34,7 @@ lib_paths:
- js/vendor/underscore-min.js
- js/vendor/backbone-min.js
- js/vendor/jquery.timeago.js
- js/vendor/URI.min.js
- coffee/src/ajax_prefix.js
- js/test/add_ajax_prefix.js
- coffee/src/jquery.immediateDescendents.js