fffiloni commited on
Commit
b7de808
·
1 Parent(s): 2a94396

Update public/sketch.js

Browse files
Files changed (1) hide show
  1. public/sketch.js +2 -2
public/sketch.js CHANGED
@@ -36,11 +36,11 @@ function setup() {
36
  console.log(arg[0])
37
  space_uri = arg[0];
38
  hf_tkn = arg[1];
39
-
40
  });
41
  });
42
 
43
- grAPI = new GRAPI(space_uri, hf_tkn);
44
  Draws = new DrawHandler();
45
  AS = new AnimSys(12, 12, 30, 8);
46
 
 
36
  console.log(arg[0])
37
  space_uri = arg[0];
38
  hf_tkn = arg[1];
39
+ grAPI = new GRAPI(space_uri, hf_tkn);
40
  });
41
  });
42
 
43
+
44
  Draws = new DrawHandler();
45
  AS = new AnimSys(12, 12, 30, 8);
46