]> source.dussan.org Git - jquery-ui.git/commitdiff
dialog - added dragHelper
authorEduardo Lundgren <eduardolundgren@gmail.com>
Tue, 17 Jun 2008 20:46:29 +0000 (20:46 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Tue, 17 Jun 2008 20:46:29 +0000 (20:46 +0000)
ui/ui.dialog.js

index c2852885f8d84d85733ad7261dc9affd92a764c7..82af6433fe756bd476ad1038202bc00e1fe654d6 100644 (file)
@@ -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();