remove spaces

This commit is contained in:
casperlamboo 2016-04-16 18:05:51 +02:00
parent e35b68bd8f
commit 6f38730fa5
1 changed files with 2 additions and 2 deletions

View File

@ -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;