|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
// This code is only related to handling the split.
|
|
|
// Our three.js code has not changed
|
|
|
-Split(['#view', '#controls'], {
|
|
|
+Split(['#view', '#controls'], { // eslint-disable-line new-cap
|
|
|
sizes: [75, 25],
|
|
|
minSize: 100,
|
|
|
elementStyle: (dimension, size, gutterSize) => {
|