aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-17 19:46:43 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-17 19:46:43 -0400
commitf67b69a288a05c4ab4a020ff1010a1e902ec18d7 (patch)
treec9a6378ad0e4e94d828b4069716396f5a55cee14 /grunt.js
parent155e3334b076419893755a0299ab4b639a1d0ce6 (diff)
downloadjquery-ui-f67b69a288a05c4ab4a020ff1010a1e902ec18d7.tar.gz
jquery-ui-f67b69a288a05c4ab4a020ff1010a1e902ec18d7.zip
Effects: Lint fixes.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 98e8b30f5..49f359a21 100644
--- a/grunt.js
+++ b/grunt.js
@@ -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"