| OLD | NEW |
| 1 <script> | 1 <script> |
| 2 | 2 |
| 3 // FIXME: This really could be trimmed down from all the generic and commonjs cr
ap. | 3 // FIXME: This really could be trimmed down from all the generic and commonjs cr
ap. |
| 4 | 4 |
| 5 ;(function(){ | 5 ;(function(){ |
| 6 | 6 |
| 7 /** | 7 /** |
| 8 * Require the given path. | 8 * Require the given path. |
| 9 * | 9 * |
| 10 * @param {String} path | 10 * @param {String} path |
| (...skipping 4764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4775 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec
t/lib/type.js"); | 4775 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec
t/lib/type.js"); |
| 4776 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec
t/index.js"); | 4776 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec
t/index.js"); |
| 4777 require.alias("chaijs-type-detect/lib/type.js", "chaijs-type-detect/index.js"); | 4777 require.alias("chaijs-type-detect/lib/type.js", "chaijs-type-detect/index.js"); |
| 4778 require.alias("chaijs-deep-eql/lib/eql.js", "chaijs-deep-eql/index.js"); | 4778 require.alias("chaijs-deep-eql/lib/eql.js", "chaijs-deep-eql/index.js"); |
| 4779 require.alias("chai/index.js", "chai/index.js"); | 4779 require.alias("chai/index.js", "chai/index.js"); |
| 4780 | 4780 |
| 4781 window.assert = require("chai").assert; | 4781 window.assert = require("chai").assert; |
| 4782 | 4782 |
| 4783 })(); | 4783 })(); |
| 4784 </script> | 4784 </script> |
| OLD | NEW |