diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-17 19:46:43 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-17 19:46:43 -0400 |
commit | f67b69a288a05c4ab4a020ff1010a1e902ec18d7 (patch) | |
tree | c9a6378ad0e4e94d828b4069716396f5a55cee14 /grunt.js | |
parent | 155e3334b076419893755a0299ab4b639a1d0ce6 (diff) | |
download | jquery-ui-f67b69a288a05c4ab4a020ff1010a1e902ec18d7.tar.gz jquery-ui-f67b69a288a05c4ab4a020ff1010a1e902ec18d7.zip |
Effects: Lint fixes.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -289,7 +289,7 @@ grunt.initConfig({ lint: { ui: grunt.file.expandFiles( "ui/*.js" ).filter(function( file ) { // TODO remove items from this list once rewritten - return !( /(effects.core|mouse|datepicker|draggable|droppable|resizable|selectable|sortable)\.js$/ ).test( file ); + return !( /(mouse|datepicker|draggable|droppable|resizable|selectable|sortable)\.js$/ ).test( file ); }), grunt: "grunt.js", tests: "tests/unit/**/*.js" |