Skip to content

Commit

Permalink
Removed <script src=></script> references to Bonsai's websocket, whic…
Browse files Browse the repository at this point in the history
…h is not used in the library.
  • Loading branch information
Mario Gonzalez authored and Mario Gonzalez committed Jun 14, 2011
1 parent ac42ad7 commit 457590c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion DemoHelloWorld.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<script src="js/lib/caat.js"></script>
<script src="js/lib/Stats.js"></script>
<script src="js/lib/socket.io.js"></script>
<script src="js/lib/bonsai-ws/bison.js"></script>
<script src="js/lib/SortedLookupTable.js"></script>
<script src="js/lib/RequestAnimationFrame.js"></script>

Expand Down
1 change: 0 additions & 1 deletion js/DemoHelloWorld/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ require("../core/AbstractServerGame.js");
require("../model/GameEntity.js");
require("../model/WorldEntityDescription.js");
require("../input/Keyboard.js");
require("../lib/bonsai-ws/bison.js");


require("v8-profiler");
Expand Down

0 comments on commit 457590c

Please sign in to comment.