mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
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:
@@ -86,6 +86,7 @@
|
|||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<nosuffix>true</nosuffix>
|
<nosuffix>true</nosuffix>
|
||||||
|
<jswarn>false</jswarn>
|
||||||
<aggregations>
|
<aggregations>
|
||||||
<aggregation>
|
<aggregation>
|
||||||
<output>${project.build.directory}/guacamole.js</output>
|
<output>${project.build.directory}/guacamole.js</output>
|
||||||
|
Reference in New Issue
Block a user