Canonical missing semicolon

This commit is contained in:
deadprogram 2013-10-18 00:06:10 -07:00
parent 543123040c
commit 4e192e4199
1 changed files with 1 additions and 1 deletions

View File

@ -153,5 +153,5 @@ module.exports = function (grunt) {
'clean', 'clean',
'coffee', 'coffee',
'coverageBackend' 'coverageBackend'
]) ]);
}; };