several variables are not explicitly declared & unnecessarily in global context
GoogleCodeExporter opened this issue · 0 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
run the js in firebug with break on all errors
What is the expected output? What do you see instead?
line 261 - ti not defined
line 772 & 773 - bRegex & bSmart not defined (? meant to be assigned to
properties of aoColumn).
line 781 - j not defined
on the converse, line 71 & 26 both define i (although within an inner context)
Original issue reported on code.google.com by mcshag...@yahoo.com.au
on 9 Apr 2014 at 9:02