phpjs
Version:
16 lines (12 loc) • 296 B
HTML
<!-- Generated by Rakefile:build -->
<strong>
Pete
</strong>
on 2012-07-11 22:50:45 <br />
I think checking if cls is 'undefined' is reasonable, and if it is, then the function should also return false.
<pre><code>
if(typeof cls === 'undefined'){
return false;
}
</code></pre>
<hr />