Author: thatsafunnyname
Date: Fri Mar 27 09:08:48 2009
New Revision: 732
Modified:
trunk/bin/nytprofhtml
Log:
Trailing comma in .js causes warning in MS IE
Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml (original)
+++ trunk/bin/nytprofhtml Fri Mar 27 09:08:48 2009
@@ -347,7 +347,7 @@
push @on_ready_js, qq{
\$("#$table_id").tablesorter({
headers: {
- 0: { sorter: 'fmt_time' },
+ 0: { sorter: 'fmt_time' }
}
});
};
--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]
-~----------~----~----~----~------~----~------~--~---