checking code_JS

parent 2a540823
......@@ -161,6 +161,7 @@ function experimentInit() {
event=psychoJS.eventManager;
Array.prototype.append = [].push;
shuffle = util.shuffle;
Object.prototype.upper = "".toUpperCase;
round = function(num, n=0) {
return +(Math.round(num + ("e+" + n)) + ("e-" + n));
}
......
......@@ -169,6 +169,7 @@ function experimentInit() {
event=psychoJS.eventManager;
Array.prototype.append = [].push;
shuffle = util.shuffle;
Object.prototype.upper = "".toUpperCase;
round = function(num, n=0) {
return +(Math.round(num + ("e+" + n)) + ("e-" + n));
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment