diff --git a/include/canvas.js b/include/canvas.js index b8efa39..5a3167d 100644 --- a/include/canvas.js +++ b/include/canvas.js @@ -10,8 +10,8 @@ /*jslint white: false, bitwise: false */ /*global window, $, Util */ +Canvas_native = true; -Canvas_native = (typeof(Canvas_native) != "undefined") ? Canvas_native : true; // Everything namespaced inside Canvas Canvas = { @@ -34,6 +34,19 @@ keyPress : null, mouseButton : null, mouseMove : null, + +loadExtra : function () { + var pre, start = " --> - @@ -20,6 +19,7 @@ noVNC example: simple example using default controls