remove old curl, update to curl 0.8.1 kitchen sink dist and use curl legacy config for test instead of js! plugin

Former-commit-id: 9cba27cb9e0e7644a8a824b30fe5e85e85fc165e
This commit is contained in:
Blaine Bublitz
2013-08-28 19:06:29 -07:00
parent 618b25df08
commit 316b8a1375
5 changed files with 60 additions and 1553 deletions

View File

@@ -64,7 +64,7 @@
ui.loaderPath = (function() {
var result;
switch (loader) {
case 'curl': result = 'vendor/curl/src/curl.js'; break;
case 'curl': result = 'vendor/curl/curl.js'; break;
case 'dojo': result = 'vendor/dojo/dojo.js'; break;
case 'requirejs':
case undefined: result = 'vendor/requirejs/require.js'; break;