aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.dialog.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-12-06 14:25:48 -0500
committerScott González <scott.gonzalez@gmail.com>2012-12-06 14:31:21 -0500
commitb239298946b466a0c87a0c1ead4ccd75141ed740 (patch)
tree0269c2abcaef975cb28479ab0f7fd51a18c74183 /ui/jquery.ui.dialog.js
parentebf8a601871c70ed4a7fdf28505fee6781d21504 (diff)
downloadjquery-ui-b239298946b466a0c87a0c1ead4ccd75141ed740.tar.gz
jquery-ui-b239298946b466a0c87a0c1ead4ccd75141ed740.zip
Allow higher cyclomatic complexity in functions that sanely use switch statements.
Diffstat (limited to 'ui/jquery.ui.dialog.js')
-rw-r--r--ui/jquery.ui.dialog.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js
index eac818fe0..b2b8be8c0 100644
--- a/ui/jquery.ui.dialog.js
+++ b/ui/jquery.ui.dialog.js
@@ -553,6 +553,7 @@ $.widget("ui.dialog", {
},
_setOption: function( key, value ) {
+ /*jshint maxcomplexity:15*/
var isDraggable, isResizable,
uiDialog = this.uiDialog;