Open GoogleCodeExporter opened 8 years ago
flexigrid.js line 368: for (idx = 0; idx < cell.length; idx++) { should be: for (var idx = 0; idx < cell.length; idx++) {
Original issue reported on code.google.com by jochen.t...@googlemail.com on 11 Feb 2012 at 8:51
jochen.t...@googlemail.com
also on line 688: thead = document.createElement('thead'); should be var thead = document.createElement('thead');
Original comment by jochen.t...@googlemail.com on 11 Feb 2012 at 8:55
Original issue reported on code.google.com by
jochen.t...@googlemail.com
on 11 Feb 2012 at 8:51