Skip to content

Commit

Permalink
option.stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Apr 6, 2012
1 parent 449848f commit abf6a09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lint.html
Expand Up @@ -645,6 +645,12 @@ <h2 id=options>Options</h2>
<td><code>true</code> if the ES5 <code><a href="http://www.yuiblog.com/blog/2010/12/14/strict-mode-is-coming-to-town/">'use strict';</a></code> pragma
is not required. Do not use this pragma unless you know what you are doing.</td>
</tr>
<tr>
<td>Tolerate stupidity<br>
</td>
<td><code>stupid</code></td>
<td><code>true</code> if blocking (<code>'...Sync'</code>) methods can be used.</td>
</tr>
<tr>
<td>Tolerate inefficient subscripting<br>
</td>
Expand Down

0 comments on commit abf6a09

Please sign in to comment.