Update vendors and the tested Node version in the readme. [ci skip]

This commit is contained in:
John-David Dalton
2014-02-02 17:17:54 -08:00
parent d3be4bba37
commit 81a859604c
3 changed files with 5 additions and 2 deletions

View File

@@ -120,7 +120,7 @@
* @static
* @memberOf Benchmark
* @param {Object} [context=root] The context object.
* @returns {Function} Returns the `Benchmark` function.
* @returns {Function} Returns a new `Benchmark` function.
*/
function runInContext(context) {
// exit early if unable to acquire lodash

View File

@@ -391,6 +391,9 @@
/*------------------------------------------------------------------------*/
// replace poisoned `raises` method
context.raises = QUnit.raises = QUnit['throws'] || QUnit.raises;
// add logging extras
if (isPhantomPage || !document) {