Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update deps and tested versions of Chrome, Firefox, Node, Opera, and …
Browse files Browse the repository at this point in the history
…PhantomJS in readme. [ci skip]
  • Loading branch information
jdalton committed Aug 30, 2014
1 parent 50e4189 commit 56e5146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ info.description; // 'Opera 11.52 (identifying as Firefox 4.0) on Mac OS X 10.7.
```
## Support

Tested in Chrome 35-36, Firefox 29-30, IE 6-11, Opera 21-22, Safari 5-7, Node.js 0.8.26~0.10.29, PhantomJS 1.9.2, RingoJS 0.9, & Rhino 1.7RC5.
Tested in Chrome 36-37, Firefox 30-31, IE 6-11, Opera 22-23, Safari 5-7, Node.js 0.8.26~0.10.30, PhantomJS 1.9.7, RingoJS 0.9, & Rhino 1.7RC5.

## BestieJS

Expand Down
4 changes: 0 additions & 4 deletions vendor/qunit-extras/qunit-extras.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@
* @param {Object} context The context object.
*/
function runInContext(context) {
// exit early if no `context` is provided or if `QUnit` does not exist
if (!context || !context.QUnit) {
return;
}

/** Used to report the test module for failing tests */
var moduleName,
Expand Down

0 comments on commit 56e5146

Please sign in to comment.