| OLD | NEW |
| 1 # Sugar | 1 # Sugar |
| 2 | 2 |
| 3 [](http://t
ravis-ci.org/andrewplummer/Sugar) | 3 [](http://t
ravis-ci.org/andrewplummer/Sugar) |
| 4 | 4 |
| 5 A Javascript library for working with native objects. | 5 A Javascript library for working with native objects. |
| 6 http://sugarjs.com/ | 6 http://sugarjs.com/ |
| 7 | 7 |
| 8 | 8 |
| 9 ## Upgrading | 9 ## Upgrading |
| 10 | 10 |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 | 88 |
| 89 Lib comparisons to various other libraries can be seen at http://sugarjs.com/lib
s. This is one of the areas where contributions are most welcome, as I don't hav
e extensive knowledge of many different libraries, and there is much to cover. T
o contribute simply find or create the appropriate lib name in `docs/libs`, and
follow the format provided. This will be an ongoing process, and I will push cha
nges here out to the site every so often. | 89 Lib comparisons to various other libraries can be seen at http://sugarjs.com/lib
s. This is one of the areas where contributions are most welcome, as I don't hav
e extensive knowledge of many different libraries, and there is much to cover. T
o contribute simply find or create the appropriate lib name in `docs/libs`, and
follow the format provided. This will be an ongoing process, and I will push cha
nges here out to the site every so often. |
| 90 | 90 |
| 91 | 91 |
| 92 ## Other Contributions | 92 ## Other Contributions |
| 93 | 93 |
| 94 For other contributions, please add well formed unit tests in the Sugar environm
ent at `test/environments/sugar/MODULE.js`. Unit tests can be run directly in th
e browser from `test/default.html`, and should all be passing in all major brows
ers (Webkit,Mozilla,Opera, and IE6+). Node.js unit tests should also be passing
and can be run in the console with `npm test`. | 94 For other contributions, please add well formed unit tests in the Sugar environm
ent at `test/environments/sugar/MODULE.js`. Unit tests can be run directly in th
e browser from `test/default.html`, and should all be passing in all major brows
ers (Webkit,Mozilla,Opera, and IE6+). Node.js unit tests should also be passing
and can be run in the console with `npm test`. |
| 95 | 95 |
| 96 Also note that the source code is in the `lib` directory, and `release` is autom
atically built, so there is no need to changes files there. | 96 Also note that the source code is in the `lib` directory, and `release` is autom
atically built, so there is no need to changes files there. |
| 97 | 97 |
| OLD | NEW |