Refactor supporting recent changes to guacamole-common-js (removal of getLayers() from Guacamole.Client, changes to Guacamole.Client constructor prototype, and addition of Guacamole.Client.getDisplay()).

This commit is contained in:
Michael Jumper
2012-02-14 23:02:09 -08:00
parent 82cb28062d
commit cbb6490129
2 changed files with 3 additions and 27 deletions

View File

@@ -103,10 +103,12 @@
// Instantiate client
var guac = new Guacamole.Client(
GuacamoleUI.display,
new Guacamole.HTTPTunnel("tunnel")
);
// Add client to UI
GuacamoleUI.display.appendChild(guac.getDisplay());
// Tie UI to client
GuacamoleUI.attach(guac);