Merge remote-tracking branch 'kkujala/master'

This commit is contained in:
Yury Delendik 2012-08-27 14:19:49 -05:00
commit 8ccbba442a

View File

@ -765,7 +765,10 @@ target.lint = function() {
echo();
echo('### Linting JS files (this can take a while!)');
var LINT_FILES = ['src/*.js',
var LINT_FILES = ['make.js',
'external/builder/*.js',
'external/crlfchecker/*.js',
'src/*.js',
'web/*.js',
'test/*.js',
'test/unit/*.js',