2011/1/14 cancel bubble <[email protected]>:
> Where is this at http://www.jslint.com/
>
> What I'm talking about is not Allow one var statement per function
>
The following does not throw any warning or errors, and the var
statments are not on on top, if i dont include `Allow one var
statement per function`
function aaa() {
var x;
Date();
if (x) {
aaa();
}
var y;
x = y;
}
--
Poetro
--
To view archived discussions from the original JSMentors Mailman list:
http://www.mail-archive.com/[email protected]/
To search via a non-Google archive, visit here:
http://www.mail-archive.com/[email protected]/
To unsubscribe from this group, send email to
[email protected]