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-spaced-func": 2,
// No trailing whitespace // No trailing whitespace
// "no-trailing-spaces": 2, "no-trailing-spaces": 2,
// No using undeclared variables // No using undeclared variables
// "no-undef": 2, // "no-undef": 2,

View File

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