MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / cleanup

Function cleanup

OpenReservation/wwwroot/Scripts/jquery-ui.js:2755–2765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2753 var elem = $(this);
2754
2755 function cleanup() {
2756 elem.removeData(dataSpaceAnimated);
2757
2758 $.effects.cleanUp(elem);
2759
2760 if (args.mode === "hide") {
2761 elem.hide();
2762 }
2763
2764 done();
2765 }
2766
2767 function done() {
2768 if ($.isFunction(complete)) {

Callers

nothing calls this directly

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected