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