On 3/2/12 5:46 PM, Zeth wrote: > When you have more than 80 characters worth of variable declarations, > you need to start a new line: > > var first-name, second-name, third-name, > fourth-name, fifth-name; > > (JSLint demands this behaviour to avoid making hoisting and scoping > mistakes, i.e. those used to other languages with block scope might > believe the placement of var statements further down in a function > implies that a variable is not defined yet, when actually it is.) > I'll be able to put some time into fixing this issue this weekend.