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

Function cleanup

restore/702/ps4.js:159–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159function cleanup() {
160 select1.remove();
161 select1 = null;
162 input1.remove();
163 input1 = null;
164 input2.remove();
165 input2 = null;
166 input3.remove();
167 input3 = null;
168 div1.remove();
169 div1 = null;
170 g_input = null;
171 g_rows1 = null;
172 g_rows2 = null;
173 g_frames = null;
174}
175
176/*
177 * Executed after buildBubbleTree

Callers 1

setupRWFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected