cloudflarearchive / backgrid

Finally, an easily stylable semantic HTML data grid widget with a Javascript API that doesn't suck.
http://backgridjs.com
MIT License
2.01k stars 325 forks source link

No parameter is being passed, when calling editable() #573

Closed codeofnode closed 9 years ago

codeofnode commented 9 years ago

line no 867, any many places like this

Backgrid.callByNeed(column.editable(), column, model);

editable function not being called with parameter.

It should have been probably like this

Backgrid.callByNeed(column.editable, column, model);
codeofnode commented 9 years ago

Ohh.. i got the reason behind this.! Problem solved