fix jshint

This commit is contained in:
Dylan Greene
2014-12-19 13:00:48 -05:00
parent d0935730b8
commit 557bf2bcf1
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ module.exports = function(grunt) {
all: [
'Gruntfile.js',
'lib/**/*.js',
'tests/**/*.js'
'test/**/*.js'
]
}