cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Changed variable from global to local #25

Closed smwise closed 11 years ago

smwise commented 11 years ago

Changed variable iRow (ln 56) in media/js/ColumnFilterWidgets.js from global to local. I didn't see a reason for it to be global, since the only reference to it that I could find is on the very next line. Let me know if that was wrong! I noticed it when trying to clean up the global namespace for a project I'm working on that uses DataTables and this plugin.

cyberhobo commented 11 years ago

Looked right to me, thanks!