mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 13:25:17 +02:00
Show touch contacts again.
This commit is contained in:
@@ -336,9 +336,14 @@ module.exports = function DeviceScreenDirective($document, ScalingService,
|
||||
}
|
||||
|
||||
function createSlots() {
|
||||
// The reverse order is important because slots and fingers are in
|
||||
// opposite sort order. Anyway don't change anything here unless
|
||||
// you understand what it does and why.
|
||||
for (var i = 9; i >= 0; --i) {
|
||||
var finger = createFinger(i)
|
||||
element.append(finger)
|
||||
slots.push(i)
|
||||
fingers.unshift(createFinger(i))
|
||||
fingers.unshift(finger)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user