diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-03-31 09:12:37 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-04-13 11:32:13 -0400 |
commit | 9aa5dea9684c0a6a65ff1328fec32f5df8860186 (patch) | |
tree | 5e18355c71c0296e60370091518dab1b45492df2 | |
parent | 986aa54911764d01027f9baafce845d802167fcb (diff) | |
download | jquery-ui-9aa5dea9684c0a6a65ff1328fec32f5df8860186.tar.gz jquery-ui-9aa5dea9684c0a6a65ff1328fec32f5df8860186.zip |
Datepicker: Disable maxLineLength for jscs
There are too many errors and re-write is essentially done
Ref gh-1690
-rw-r--r-- | ui/widgets/datepicker.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js index 215ba12ac..1271de200 100644 --- a/ui/widgets/datepicker.js +++ b/ui/widgets/datepicker.js @@ -1,3 +1,4 @@ +// jscs:disable maximumLineLength /* jscs:disable requireCamelCaseOrUpperCaseIdentifiers */ /*! * jQuery UI Datepicker @VERSION |