vendor/assets/javascripts/bootstrap/tablesorter.js in jombo-0.0.1.beta18 vs vendor/assets/javascripts/bootstrap/tablesorter.js in jombo-0.0.1.beta19
- old
+ new
@@ -99,11 +99,11 @@
* @cat Plugins/Tablesorter
*
* @author Christian Bach/christian.bach@polyester.se
*/
-(function ($) {
+( function( $ ){
$.extend({
tablesorter: new
function () {
var parsers = [],
@@ -1026,6 +1026,6 @@
if (table.config.debug) {
$.tablesorter.benchmark("Applying Zebra widget", time);
}
}
});
-})(jQuery);
+})( jQuery );
\ No newline at end of file