Whoops, stripped leftover semi-colon that makes jshint unhappy
This commit is contained in:
parent
33ff4ff10e
commit
f22ec9c178
@ -231,7 +231,7 @@ phantom.sendMessage = function() {
|
|||||||
if (!expectation.passed()) {
|
if (!expectation.passed()) {
|
||||||
failureMessages.push(expectation.message);
|
failureMessages.push(expectation.message);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
assertions: spec.results().items_.length,
|
assertions: spec.results().items_.length,
|
||||||
|
Loading…
Reference in New Issue
Block a user