Bug 1245649: Turn on no-trailing-spaces. r=Gijs

This commit is contained in:
Dave Townsend 2016-02-03 14:22:33 -08:00
parent dd99c04a73
commit db523ac819
393 changed files with 3076 additions and 3076 deletions

View File

@ -137,7 +137,7 @@
// "no-spaced-func": 2,
// No trailing whitespace
// "no-trailing-spaces": 2,
"no-trailing-spaces": 2,
// No using undeclared variables
// "no-undef": 2,

View File

@ -391,8 +391,8 @@
]]></body>
</method>
<constructor> this.init(); </constructor>
<destructor> this.destroy(); </destructor>
<constructor>this.init();</constructor>
<destructor>this.destroy();</destructor>
<!-- Command controller for the copy command -->
<field name="_controller"><![CDATA[({