diff --git a/examples/chat/index.html b/examples/chat/index.html index 273a261..551f295 100644 --- a/examples/chat/index.html +++ b/examples/chat/index.html @@ -12,6 +12,11 @@ + + + + + @@ -70,6 +75,10 @@ +
+
+
+
diff --git a/examples/chat/index.js b/examples/chat/index.js index 5839670..5dd6015 100644 --- a/examples/chat/index.js +++ b/examples/chat/index.js @@ -94,6 +94,9 @@ $(document).ready(function () { console.log('starting ground boot'); // World.spawn(new Spy()); spawnJQueryDriver(); + spawnDOMDriver(); + spawnRoutingTableWidget("#spy-holder", "spy", 1000); + World.spawn(new WakeDetector()); var wsconn = new WebSocketConnection("broker", $("#wsurl").val(), true); World.spawn(wsconn);