]> git.proxmox.com Git - mirror_novnc.git/blobdiff - include/ui.js
Some JSLint'ing
[mirror_novnc.git] / include / ui.js
index 2229c67d76adeee1660125e12e1bbf5bdd299cd5..e0980d33ef313ddad6ab030fda9d5c7b0495a6d9 100644 (file)
@@ -5,9 +5,10 @@
  *
  * See README.md for usage and integration instructions.
  */
+
 "use strict";
-/*jslint white: false */
-/*global $, Util, RFB, Canvas, Element, Fx */
+/*jslint white: false, browser: true */
+/*global window, $D, Util, WebUtil, RFB, Canvas, Element, Fx */
 
 var UI = {