ColumnControl console.log output
ColumnControl console.log output

I noticed in this example that there is a console.log output for the click
event.
console.log(e.type, e);
On line 346. Not sure if you want it left in the code.
Kevin
I noticed in this example that there is a console.log output for the click
event.
console.log(e.type, e);
On line 346. Not sure if you want it left in the code.
Kevin
Replies
Yup, that was a mistake. Left it in for the release - doh. Already removed here and I'll tag up a release on Monday to get that out.
Thanks!
Allan