Code formatting error.

This commit is contained in:
Simo Kinnunen
2014-10-29 16:24:52 +09:00
parent f3c61983ea
commit 7af652afe9

View File

@@ -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)
}
}