2011/1/14 cancel bubble <cancelbub...@gmail.com>:
> 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/jsmentors@jsmentors.com/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/jsmentors@googlegroups.com/

To unsubscribe from this group, send email to
jsmentors+unsubscr...@googlegroups.com

Reply via email to