aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.slider.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-04-22 12:35:21 -0400
committerScott González <scott.gonzalez@gmail.com>2013-04-22 12:35:21 -0400
commitfadf2b312a05040436451c64bbfaf4814bc62c56 (patch)
tree728a300ed30067832edb6b538b7e3b72ac5e49e5 /ui/jquery.ui.slider.js
parent7033544cdd9792f4b1be473eeea7bc37eed52469 (diff)
downloadjquery-ui-fadf2b312a05040436451c64bbfaf4814bc62c56.tar.gz
jquery-ui-fadf2b312a05040436451c64bbfaf4814bc62c56.zip
All: Remove inline JSHint settings.
Diffstat (limited to 'ui/jquery.ui.slider.js')
-rw-r--r--ui/jquery.ui.slider.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/jquery.ui.slider.js b/ui/jquery.ui.slider.js
index 88281240d..ee7b3538f 100644
--- a/ui/jquery.ui.slider.js
+++ b/ui/jquery.ui.slider.js
@@ -593,7 +593,6 @@ $.widget( "ui.slider", $.ui.mouse, {
_handleEvents: {
keydown: function( event ) {
- /*jshint maxcomplexity:25*/
var allowed, curVal, newVal, step,
index = $( event.target ).data( "ui-slider-handle-index" );