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

Function cleanup

restore/75x/ps4.js:161–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

setupRWFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected