aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.dialog.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-04-29 23:40:26 +0200
committerFelix Nagel <info@felixnagel.com>2013-04-29 23:40:26 +0200
commit6640925db2f326932bc7d2ef76f4cd96930e92bd (patch)
treecc45853ac7e22d55ca59de17156ea167ce6f14c8 /ui/jquery.ui.dialog.js
parentf96ee5e0488e28445fc4ebcc254dfa10aad2b1c9 (diff)
parent5c0a6aaeb7fac32950ddc44870295d5983ece15d (diff)
downloadjquery-ui-6640925db2f326932bc7d2ef76f4cd96930e92bd.tar.gz
jquery-ui-6640925db2f326932bc7d2ef76f4cd96930e92bd.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.dialog.js')
-rw-r--r--ui/jquery.ui.dialog.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js
index 59a7961ed..b01907acf 100644
--- a/ui/jquery.ui.dialog.js
+++ b/ui/jquery.ui.dialog.js
@@ -556,7 +556,6 @@ $.widget( "ui.dialog", {
},
_setOption: function( key, value ) {
- /*jshint maxcomplexity:15*/
var isDraggable, isResizable,
uiDialog = this.uiDialog;