Split util into two file:

- util.js that contains essential functions
 - webutils.js that contains the GUI utility function.js

this helps to include noVNC in other project, especially Cappuccino Application
i
This commit is contained in:
Antoine Mercadal
2010-09-30 03:11:23 +08:00
committed by Joel Martin
parent a679a97d1b
commit 8d5d2c8230
12 changed files with 175 additions and 121 deletions
+1
View File
@@ -31,6 +31,7 @@ function get_VNC_uri_prefix() {
// "firebug-lite-compressed.js'><\/script>";
extra += start + "util.js" + end;
extra += start + "webutil.js" + end;
extra += start + "base64.js" + end;
extra += start + "des.js" + end;
extra += start + "canvas.js" + end;