frozaelf / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

several variables are not explicitly declared & unnecessarily in global context #154

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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