mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Update vendors and the tested Node version in the readme. [ci skip]
This commit is contained in:
@@ -89,7 +89,7 @@ A list of upcoming features is available on our [roadmap](https://github.com/lod
|
|||||||
|
|
||||||
## Support
|
## 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).
|
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>
|
Special thanks to [Sauce Labs](https://saucelabs.com/) for providing automated browser testing.<br>
|
||||||
|
|||||||
2
vendor/benchmark.js/benchmark.js
vendored
2
vendor/benchmark.js/benchmark.js
vendored
@@ -120,7 +120,7 @@
|
|||||||
* @static
|
* @static
|
||||||
* @memberOf Benchmark
|
* @memberOf Benchmark
|
||||||
* @param {Object} [context=root] The context object.
|
* @param {Object} [context=root] The context object.
|
||||||
* @returns {Function} Returns the `Benchmark` function.
|
* @returns {Function} Returns a new `Benchmark` function.
|
||||||
*/
|
*/
|
||||||
function runInContext(context) {
|
function runInContext(context) {
|
||||||
// exit early if unable to acquire lodash
|
// exit early if unable to acquire lodash
|
||||||
|
|||||||
3
vendor/qunit-extras/qunit-extras.js
vendored
3
vendor/qunit-extras/qunit-extras.js
vendored
@@ -391,6 +391,9 @@
|
|||||||
|
|
||||||
/*------------------------------------------------------------------------*/
|
/*------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
// replace poisoned `raises` method
|
||||||
|
context.raises = QUnit.raises = QUnit['throws'] || QUnit.raises;
|
||||||
|
|
||||||
// add logging extras
|
// add logging extras
|
||||||
if (isPhantomPage || !document) {
|
if (isPhantomPage || !document) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user