From 25248ede665e3302cf39cb43e015ae57293861a6 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 12 Jan 2014 01:23:44 -0800 Subject: [PATCH] Disable YUI warnings. When enabled, just yields 300+ messages requesting "try to use a single 'var' statement per scope", which is silly. Declare variables where needed and no earlier when the language allows this. --- guacamole-common-js/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole-common-js/pom.xml b/guacamole-common-js/pom.xml index eddc9b877..b149d29aa 100644 --- a/guacamole-common-js/pom.xml +++ b/guacamole-common-js/pom.xml @@ -86,6 +86,7 @@ true + false ${project.build.directory}/guacamole.js