Browse Source

uncommented lines

master
Joshua Moerman 11 years ago
parent
commit
f579798434
  1. 2
      index.js

2
index.js

@ -50,7 +50,7 @@ function onMessage(evt) {
updateBalls(balls);
}
if(lines){
//updateLines(lines);
updateLines(lines);
}
}