Remove deprecated indicators from _.isFinite, _.isNaN, _.isNull, _.isUndefined, and _.result docs. [ci skip]

Former-commit-id: 39a6e1a4a948469993afb90c6303f1f6faa661fd
This commit is contained in:
John-David Dalton
2012-11-18 15:38:44 -08:00
parent e7761f7e57
commit 7d5af3df05
3 changed files with 83 additions and 88 deletions

View File

@@ -238,7 +238,7 @@ require({
* Added the build commands used to custom build copyright/license headers
* Added `_.assign`
* Ensured the `underscore` build of `_.find` returns the first, not last, matched value
* Ensured `_defaults`, `_.extends`, and `_.merge` works with `_.reduce`
* Ensured `_defaults`, `_.extends`, and `_.merge` work with `_.reduce`
* Made Lo-Dashs `npm` package installation work with more system configurations
* Made `_.extend` an alias of `_.assign`
* Optimized `_.contains`, `_.defaults`, `_.extend`, and `_.filter`