mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2025-02-01 21:25:09 +01:00
remove spaces
This commit is contained in:
parent
e35b68bd8f
commit
6f38730fa5
@ -12,10 +12,10 @@ export default class Doodle3DManager extends EventDispatcher {
|
|||||||
this.boxes = [];
|
this.boxes = [];
|
||||||
|
|
||||||
this.nonServerBoxes = [{
|
this.nonServerBoxes = [{
|
||||||
wifiboxid: 'Wired Printer',
|
wifiboxid: 'Wired Printer',
|
||||||
localip: '192.168.5.1'
|
localip: '192.168.5.1'
|
||||||
}/*, {
|
}/*, {
|
||||||
wifiboxid: 'Node JS Server',
|
wifiboxid: 'Node JS Server',
|
||||||
localip: '127.0.0.1:3000'
|
localip: '127.0.0.1:3000'
|
||||||
}*/];
|
}*/];
|
||||||
this.checkNonServerBoxes = true;
|
this.checkNonServerBoxes = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user