Permalink
Please sign in to comment.
Showing
with
4,510 additions
and 13,288 deletions.
- +1 −1 LICENSE.txt
- +28 −9 README.md
- +2 −2 bin/make-all.sh
- +2 −0 bin/make.sh
- +13 −8 dist/README.md
- +18 −16 dist/curl-for-dojo1.6/curl.js
- +21 −19 dist/curl-for-jQuery/curl.js
- +32 −29 dist/curl-kitchen-sink/curl.js
- +21 −17 dist/curl-with-js-and-domReady/curl.js
- +15 −12 dist/curl/curl.js
- +739 −568 src/curl.js
- +0 −10 src/curl/builder/text.sh
- +52 −30 src/curl/debug.js
- +0 −88 src/curl/dojo16Compat.js
- +7 −4 src/curl/domReady.js
- +120 −0 src/curl/loader/cjsm11.js
- +22 −0 src/curl/plugin/README.md
- +9 −2 src/curl/plugin/async.js
- +76 −0 src/curl/plugin/builder/css.js
- +56 −0 src/curl/plugin/builder/text.js
- +10 −44 src/curl/plugin/css.js
- +8 −1 src/curl/plugin/domReady.js
- +17 −2 src/curl/plugin/i18n.js
- +88 −55 src/curl/plugin/js.js
- +12 −1 src/curl/plugin/link.js
- +16 −44 src/curl/plugin/text.js
- +56 −0 src/curl/shim/dojo16.js
- +0 −16 test/apiName.html
- +70 −0 test/cjsModules1.1.html
- +5 −18 test/{commonJsModules1.1.html → cjsm1.1-prewrapped.html}
- +0 −62 test/commonJsModules1.1-compiled.html
- +3 −3 test/commonJsPackages1.1.html
- +73 −0 test/cycle-correction-hybrid.html
- +56 −0 test/cycle-detection.html
- +0 −12,026 test/domReady-compiled.html
- +1 −1 test/domReady.html
- +7 −2 test/issue20.html
- +71 −0 test/issue28.html
- +45 −0 test/issue34.html
- +48 −0 test/issue37.html
- +48 −0 test/issue53.html
- +61 −0 test/jquery-ready.html
- +56 −0 test/js-load-once-issue30.html
- +1 −1 test/js-test-option-failure.html
- +1 −15 test/js-test-option-success.html
- +0 −58 test/link-compiled.html
- +28 −8 test/{basic-compiled.html → next.html}
- +65 −0 test/package-specific-config.html
- +0 −65 test/plainOldJs-compiled.html
- +8 −23 test/plainOldJs.html
- +4 −3 test/plugin-specific-paths.html
- +17 −20 test/pluginConfig.html
- +61 −0 test/preload.html
- +52 −0 test/relative-plugins.html
- +46 −0 test/simple-plugin.html
- +17 −0 test/stuff/aView/controller.js
- +3 −0 test/stuff/aView/css.css
- +1 −0 test/stuff/aView/template.html
- +3 −0 test/stuff/css-on-cdn.js
- +3 −0 test/stuff/issue53.js
- +1 −0 test/stuff/random.js
- +1 −2 test/support/commonjs/exports.js
- +6 −0 test/support/commonjs/hybrid.js
- +16 −0 test/support/commonjs/loop/hybrid-loop1.js
- +16 −0 test/support/commonjs/loop/hybrid-loop2.js
- +16 −0 test/support/commonjs/loop/hybrid-loop3.js
- +1 −1 test/support/commonjs/module.js
- +4 −0 test/support/commonjs/nakedDependentCjsm1.1.js
- +4 −0 test/support/commonjs/nakedSimpleCjsm1.1.js
- +5 −1 test/support/commonjs/this.js
- +1 −1 test/support/fake.js
- +3 −0 test/support/loop/loop-start.js
- +3 −0 test/support/loop/loop1.js
- +3 −0 test/support/loop/loop2.js
- +3 −0 test/support/loop/loop3.js
- +8 −0 test/support/simple-plugin.js
- +1,005 −0 test/support/underscore-amdjs-1.3.1/underscore-orig.js
- +1,008 −0 test/support/underscore-amdjs-1.3.1/underscore.js
- +58 −0 test/top-level-plugin.html
- +53 −0 test/underscore.html

Oops, something went wrong.
0 comments on commit
d761061