Update vendors.

Former-commit-id: b239f365c9d8e012bf20525167e6d1a412ce828e
This commit is contained in:
John-David Dalton
2012-08-12 21:57:09 -07:00
parent be4f81f584
commit 23ff403529
9 changed files with 238 additions and 123 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Benchmark.js v1.0.0-pre <http://benchmarkjs.com/>
* Benchmark.js v1.0.0 <http://benchmarkjs.com/>
* Copyright 2010-2012 Mathias Bynens <http://mths.be/>
* Based on JSLitmus.js, copyright Robert Kieffer <http://broofa.com/>
* Modified by John-David Dalton <http://allyoucanleet.com/>
@@ -3218,7 +3218,7 @@
* @memberOf Benchmark
* @type String
*/
'version': '1.0.0-pre',
'version': '1.0.0',
// an object of environment/feature detection flags
'support': support,