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

@@ -89,7 +89,7 @@ A list of upcoming features is available on our [roadmap](https://github.com/lod
## Support
Tested in Chrome 5~32, Firefox 2~26, IE 6-11, Opera 9.25~18, Safari 3-7, Node.js 0.6.21~0.10.24, Narwhal 0.3.2, PhantomJS 1.9.2, RingoJS 0.9, & Rhino 1.7RC5.<br>
Tested in Chrome 5~32, Firefox 2~26, IE 6-11, Opera 9.25~18, Safari 3-7, Node.js 0.6.21~0.10.25, Narwhal 0.3.2, PhantomJS 1.9.2, RingoJS 0.9, & Rhino 1.7RC5.<br>
Automated browser test results [are available](https://saucelabs.com/u/lodash) as well as [Travis CI](https://travis-ci.org/) builds for [lodash](https://travis-ci.org/lodash/lodash/), [lodash-cli](https://travis-ci.org/lodash/lodash-cli/), [lodash-amd](https://travis-ci.org/lodash/lodash-amd/), [lodash-node](https://travis-ci.org/lodash/lodash-node/), & [grunt-lodash](https://travis-ci.org/lodash/grunt-lodash).
Special thanks to [Sauce Labs](https://saucelabs.com/) for providing automated browser testing.<br>

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) {