MCPcopy
hub / github.com/kennethcachia/background-check / reset

Function reset

test/test-zindex.js:13–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12 // Convenience methods
13 function reset() {
14 wrapper.style.position = null;
15 slide1.style.position = null;
16 slide2.style.position = null;
17 slide3.style.position = null;
18 image1.style.position = image1.style.marginLeft = null;
19 image2.style.position = image2.style.marginLeft = null;
20 image3.style.position = image3.style.marginLeft = null;
21 }
22
23 function setSlideOrder(z1, z2, z3) {
24 slide1.style.zIndex = z1;

Callers 1

test-zindex.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected