r2933 - Dialog: Removed drag and resize option handling from setDataSwitch hash (legacy from when...

r2933 - Dialog: Removed drag and resize option handling from setDataSwitch hash (legacy from when...


Author: scott.gonzalez
Date: Thu Jul 16 09:32:35 2009
New Revision: 2933
Modified:
trunk/ui/ui.dialog.js
Log:
Dialog: Removed drag and resize option handling from setDataSwitch hash
(legacy from when dialog didn't have its own events).
Modified: trunk/ui/ui.dialog.js
==============================================================================
--- trunk/ui/ui.dialog.js    (original)
+++ trunk/ui/ui.dialog.js    Thu Jul 16 09:32:35 2009
@@ -15,15 +15,9 @@
(function($) {
var setDataSwitch = {
-        dragStart: "start.draggable",
-        drag: "drag.draggable",
-        dragStop: "stop.draggable",
        maxHeight: "maxHeight.resizable",
        maxWidth: "maxWidth.resizable",
-        minWidth: "minWidth.resizable",
-        resizeStart: "start.resizable",
-        resize: "drag.resizable",
-        resizeStop: "stop.resizable"
+        minWidth: "minWidth.resizable"
    },
    
    uiDialogClasses =