Whoops, stripped leftover semi-colon that makes jshint unhappy

This commit is contained in:
Tim Perry 2013-03-28 12:54:47 +00:00
parent 33ff4ff10e
commit f22ec9c178

View File

@ -231,7 +231,7 @@ phantom.sendMessage = function() {
if (!expectation.passed()) {
failureMessages.push(expectation.message);
}
};
}
}
return {
assertions: spec.results().items_.length,