fix(gulp) jshint: add lib/client

This commit is contained in:
coderaiser 2014-04-28 10:15:33 -04:00
parent 7181631450
commit f3a3073afb

View file

@ -19,6 +19,7 @@
'./*.js',
'test/*.js',
LIB + '*.js',
LIB_CLIENT + '/*.js',
LIB_CLIENT + 'storage/*.js',
LIB_SERVER + '/**/*.js',
'!' + LIB + 'diff/diff-match-patch.js',