mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
remove unused variable
This commit is contained in:
parent
631d15f3cb
commit
ba1c830aa4
@ -131,8 +131,6 @@ jsPsych.plugins["virtual-chinrest"] = (function () {
|
|||||||
var w = window.innerWidth;
|
var w = window.innerWidth;
|
||||||
var h = window.innerHeight;
|
var h = window.innerHeight;
|
||||||
|
|
||||||
const screen_size_px = [w, "x", h];
|
|
||||||
|
|
||||||
let trial_data = {
|
let trial_data = {
|
||||||
item_width_mm: trial.item_width_mm,
|
item_width_mm: trial.item_width_mm,
|
||||||
item_height_mm: trial.item_height_mm, //card dimension: 85.60 × 53.98 mm (3.370 × 2.125 in)
|
item_height_mm: trial.item_height_mm, //card dimension: 85.60 × 53.98 mm (3.370 × 2.125 in)
|
||||||
|
Loading…
Reference in New Issue
Block a user