/* * noVNC: HTML5 VNC client * Copyright (C) 2010 Joel Martin * Licensed under LGPL-3 (see LICENSE.txt) * * See README.md for usage and integration instructions. */ "use strict"; /*jslint evil: true */ /*global window, document, VNC_uri_prefix */ // Globals defined here var VNC_native_ws, WEB_SOCKET_SWF_LOCATION; /* * Load supporting scripts */ function get_VNC_uri_prefix() { return (typeof VNC_uri_prefix !== "undefined") ? VNC_uri_prefix : "include/"; } (function () { var extra = "", start, end; start = "