Cleanup build and docs.

Former-commit-id: 7e0719bb11e3f22ab09d51b52ab930699cbecf17
This commit is contained in:
John-David Dalton
2013-03-10 11:03:47 -07:00
parent f9b5d6644d
commit 6830195127
6 changed files with 161 additions and 163 deletions

View File

@@ -277,8 +277,7 @@
support.argsObject = arguments.constructor == Object;
/**
* Detect if `arguments` objects [[Class]] are resolvable
* (all but Firefox < 4, IE < 9).
* Detect if an `arguments` object's [[Class]] is resolvable (all but Firefox < 4, IE < 9).
*
* @memberOf _.support
* @type Boolean