mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Removed drag and resize option handling from setDataSwitch hash (legacy from when dialog didn't have its own events).
This commit is contained in:
parent
dcdccf0789
commit
c35ed2cab5
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user