Hi,<div><br></div><div>Just wondering: While looking through the code of OpenLayers and saving the scripts (when my editor automatically runs jslint to check the code for sanity), I get a lot of warning where you have e.g.:</div>
<div><br></div><div>if (a == null) { // WARNING HERE</div><div>    // do something<br>}</div><div>and jslint tells me, it should be</div><div><div>if (a === null) { // NO WARNING HERE</div><div>    // do something<br>}</div>
<div>(which is when the error/warning goes away). I was wondering if we should put triple === in those places instead. I know it would be a daunting task to do so but wouldn&#39;t it be better to get more consistent results? Because a == null is true when a = </div>
<div><br></div><div>To be fair it&#39;s just annoying getting these warnings when coding. Maybe I can turn that part of reporting off somehow, because it seems almost over-sensitive.</div><div><br></div><div>Tim</div><div>
<br></div>++Tim Hinnerk Heuer++<br><br>Twitter: @timhheuer<br><div>Blog: <a href="http://www.thheuer.com/" target="_blank">http://www.thheuer.com</a></div><br>
</div>