1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Fix JSHint errors.

This commit is contained in:
Simo Kinnunen 2014-05-13 14:54:56 +09:00
parent 392f1e49e5
commit 86adb4f359
11 changed files with 16 additions and 17 deletions

View file

@ -17,7 +17,7 @@ util.inherits(RequirementMismatchError, Error)
module.exports.RequirementMismatchError = RequirementMismatchError
function AlreadyGroupedError(name) {
function AlreadyGroupedError() {
Error.call(this)
this.name = 'AlreadyGroupedError'
this.message = 'Already a member of another group'