Update vendors.

This commit is contained in:
John-David Dalton
2014-01-09 08:10:51 -08:00
parent a36a5363b4
commit 8ade41b270
4 changed files with 157 additions and 143 deletions

View File

@@ -230,7 +230,7 @@
/**
* Detect if `Array#unshift` returns the new length of the array (all but IE < 8).
*
* @memberOf _.support
* @memberOf Benchmark.support
* @type boolean
*/
support.unshiftResult = !![].unshift(1);