MCPcopy Create free account
hub / github.com/AutoCodeStack/ios-device-farm / initlize

Function initlize

public/static/js/device.js:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38});
39
40function initlize() {
41 showLoader("Preparing Device");
42 connect(device.udid);
43 $("#device_name").text(device.name);
44 $("#screen").swipe({ swipe: swipeListener, tap: tapListener });
45}
46
47function showLoader(text) {
48 $(".loader-background").css("display", "block");

Callers 1

device.jsFile · 0.85

Calls 2

showLoaderFunction · 0.85
connectFunction · 0.85

Tested by

no test coverage detected