diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-06-17 20:46:29 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-06-17 20:46:29 +0000 |
commit | 51c9a185e05190e62f08612c87227a80b34283bf (patch) | |
tree | f2970321f6a46ae3bdc82c82b2e902a02b52585a /ui | |
parent | 14b93ff7a8d6725aca6a555000bc09a6d14fed12 (diff) | |
download | jquery-ui-51c9a185e05190e62f08612c87227a80b34283bf.tar.gz jquery-ui-51c9a185e05190e62f08612c87227a80b34283bf.zip |
dialog - added dragHelper
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ui.dialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index c2852885f..82af6433f 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -111,6 +111,7 @@ $.widget("ui.dialog", { if ($.fn.draggable) { uiDialog.draggable({ + helper: options.dragHelper, handle: '.ui-dialog-titlebar', start: function(e, ui) { self.moveToTop(); |