We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2ceda commit 70d723fCopy full SHA for 70d723f
client/app/controllers/clientController.js
@@ -81,7 +81,7 @@ define(['jquery', 'controllers/tableController', 'helper/mpc', 'alertify', 'aler
81
var x = Math.floor(pos[0] * 100);
82
var y = Math.floor(pos[1] * 1000);
83
//each array stores # of hits at this area
84
- analytics['mouse_positions'][x][y]++;
+ analytics.mouse_positions[x][y]++;
85
}
86
87
let startDate = new Date();
0 commit comments