missing } after property list
I downloaded the latest jquery and tablesorter.js and got all my functionality working on my local machine.
But when I deployed the project to another machine for testing, Firebug showed me errors:
missing } after property list - in jquery-latest.js line 19
unterminated literal expression - in jquery.tablesorter.mini.js line 2
Have anyone else seen that? Any ideas?