(exp)
| 2471 | |
| 2472 | var wrapper, |
| 2473 | _destroy = function(exp) { |
| 2474 | $(exp).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing") |
| 2475 | .removeData("resizable").removeData("ui-resizable").unbind(".resizable").find(".ui-resizable-handle").remove(); |
| 2476 | }; |
| 2477 | |
| 2478 | //TODO: Unwrap at same DOM position |
| 2479 | if (this.elementIsWrapper) { |