aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2014-02-17 16:08:41 -0500
committerMike Sherov <mike.sherov@gmail.com>2014-02-18 12:48:06 -0500
commit7017805745873e61b32769354a13dc697cdf3ae0 (patch)
tree1a80a1804e9eac15cac62cfc720c22941a4b0ef2 /Gruntfile.js
parent39ef4afb3c2aef251c9cab91ef62e63aa64db9c1 (diff)
downloadjquery-ui-7017805745873e61b32769354a13dc697cdf3ae0.tar.gz
jquery-ui-7017805745873e61b32769354a13dc697cdf3ae0.zip
Draggable: fix current JSCS violations.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f20008d4e..4d581faaa 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -157,7 +157,7 @@ grunt.initConfig({
},
jscs: {
// datepicker, sortable, resizable and draggable are getting rewritten, ignore until that's done
- ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js", "!ui/resizable.js", "!ui/draggable.js" ],
+ ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js", "!ui/resizable.js" ],
// TODO enable this once we have a tool that can help with fixing formatting of existing files
// tests: "tests/unit/**/*.js",
grunt: "Gruntfile.js"