fffiloni commited on
Commit
6c12c04
·
1 Parent(s): e011964

Update public/sketch.js

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