mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
Code formatting error.
This commit is contained in:
@@ -113,8 +113,8 @@ module.exports = syrup.serial()
|
||||
, 'bottom left': {
|
||||
x: function(point) {
|
||||
return Math.floor((1 - point.y) * socket.maxX)
|
||||
},
|
||||
y: function(point) {
|
||||
}
|
||||
, y: function(point) {
|
||||
return Math.floor(point.x * socket.maxY)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user