MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / _destroy

Function _destroy

Three.js/js/jquery-ui.js:2473–2476  ·  view source on GitHub ↗
(exp)

Source from the content-addressed store, hash-verified

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) {

Callers 1

jquery-ui.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected