diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-21 17:50:13 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-21 18:23:32 -0400 |
commit | eb4178f81910ec691f0bfe93d6002a76854bdde5 (patch) | |
tree | 2fb01cff3d136120be3a4ffd8fd332f43d187c74 /ui/jquery.ui.effect.js | |
parent | 8b76684a92d7340175284bb369426f0164673b0a (diff) | |
download | jquery-ui-eb4178f81910ec691f0bfe93d6002a76854bdde5.tar.gz jquery-ui-eb4178f81910ec691f0bfe93d6002a76854bdde5.zip |
Fixed some jshint errors.
Diffstat (limited to 'ui/jquery.ui.effect.js')
-rw-r--r-- | ui/jquery.ui.effect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.effect.js b/ui/jquery.ui.effect.js index 3fb428c1a..8d875746e 100644 --- a/ui/jquery.ui.effect.js +++ b/ui/jquery.ui.effect.js @@ -619,7 +619,7 @@ each( stepHooks, function( i, hook ) { } try { elem.style[ hook ] = value; - } catch( value ) { + } catch( error ) { // wrapped to prevent IE from throwing errors on "invalid" values like 'auto' or 'inherit' } } |