Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c878b2b3
...
c878b2b36ee943f0a1dd78fe6ed7dcf884905149
authored
2013-11-20 21:39:33 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed jshint issue
1 parent
2d3700de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/tester.js
modules/tester.js
View file @
c878b2b
...
...
@@ -1488,7 +1488,7 @@ Tester.prototype.renderFailureDetails = function renderFailureDetails() {
*/
Tester
.
prototype
.
renderResults
=
function
renderResults
(
exit
,
status
,
save
)
{
"use strict"
;
/*jshint maxstatements:2
0
*/
/*jshint maxstatements:2
5
*/
save
=
save
||
this
.
options
.
save
;
var
exitStatus
=
0
,
failed
=
this
.
suiteResults
.
countFailed
(),
...
...
Please
register
or
sign in
to post a comment