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.

This commit is contained in:
Michael Jumper
2014-01-12 01:23:44 -08:00
parent b5e6e82012
commit 25248ede66

View File

@@ -86,6 +86,7 @@
</executions>
<configuration>
<nosuffix>true</nosuffix>
<jswarn>false</jswarn>
<aggregations>
<aggregation>
<output>${project.build.directory}/guacamole.js</output>