diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 21:57:51 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 21:57:51 -0400 |
commit | cb8474af1dc099de9e08665c9d6cdc2cf5864203 (patch) | |
tree | 565840fa6d66586d864cea9f52d58802781e130d /grunt.js | |
parent | 55e13692ee2937df9bda8e3348c4b07834e093d8 (diff) | |
download | jquery-ui-cb8474af1dc099de9e08665c9d6cdc2cf5864203.tar.gz jquery-ui-cb8474af1dc099de9e08665c9d6cdc2cf5864203.zip |
Remove trailing whitespace.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -306,8 +306,7 @@ grunt.initConfig({ smarttabs: true, // TODO: use "faux strict mode" https://github.com/jshint/jshint/issues/504 // strict: true, - // TODO: enable trailing - // trailing: true, + trailing: true, undef: true }; |