We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb76f5e commit a764c66Copy full SHA for a764c66
index.js
@@ -4,7 +4,7 @@ module.exports = robotjs;
4
5
module.exports.screen = {};
6
7
-function bitmap (width, height, byteWidth, bitsPerPixel, bytesPerPixel, image)
+function bitmap(width, height, byteWidth, bitsPerPixel, bytesPerPixel, image)
8
{
9
this.width = width;
10
this.height = height;
0 commit comments