Remove support.argsObject from the underscore build.

Former-commit-id: 4b25a64d662bde78ab6956109b072ed0a4755e53
This commit is contained in:
John-David Dalton
2013-04-25 09:15:12 -07:00
parent 00188c9818
commit 3508ce19f3
3 changed files with 26 additions and 34 deletions

View File

@@ -221,14 +221,6 @@
(function() {
var object = { '0': 1, 'length': 1 };
/**
* Detect if `arguments` objects are `Object` objects (all but Narwhal and Opera < 10.5).
*
* @memberOf _.support
* @type Boolean
*/
support.argsObject = arguments.constructor == Object && !(arguments instanceof Array);
/**
* Detect if `Function#bind` exists and is inferred to be fast (all but V8).
*