[javascriptlint-commit] SF.net SVN: javascriptlint:[297] trunk/tests/warnings/want_assign_or_call.
Status: Beta
Brought to you by:
matthiasmiller
From: <mat...@us...> - 2010-04-23 20:09:53
|
Revision: 297 http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=297&view=rev Author: matthiasmiller Date: 2010-04-23 20:09:47 +0000 (Fri, 23 Apr 2010) Log Message: ----------- Fix indentation. Modified Paths: -------------- trunk/tests/warnings/want_assign_or_call.js Modified: trunk/tests/warnings/want_assign_or_call.js =================================================================== --- trunk/tests/warnings/want_assign_or_call.js 2010-04-23 20:05:58 UTC (rev 296) +++ trunk/tests/warnings/want_assign_or_call.js 2010-04-23 20:09:47 UTC (rev 297) @@ -24,7 +24,7 @@ /* Test with arguments to the constructor. */ new function(x) { - this.x = x; + this.x = x; }(42); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |