MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / cleanup

Function cleanup

702/PS4Debug/ps4.js:223–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221}
222
223function cleanup() {
224 select1.remove();
225 select1 = null;
226 input1.remove();
227 input1 = null;
228 input2.remove();
229 input2 = null;
230 input3.remove();
231 input3 = null;
232 div1.remove();
233 div1 = null;
234 g_input = null;
235 g_rows1 = null;
236 g_rows2 = null;
237 g_frames = null;
238}
239
240/*
241 * Executed after buildBubbleTree

Callers 1

setupRWFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected