Update public/sketch.js
Browse files- 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 |
-
|
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 |
|