merged in bug fixes and cleanup

This commit is contained in:
Rob Garrison 2012-07-12 03:30:12 -05:00
parent b2ea3a54ec
commit 6ccc256faf
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
/*!
* TableSorter 2.3.10 - Client-side table sorting with ease!
* TableSorter 2.3.11 - Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
* Copyright (c) 2007 Christian Bach
@ -511,7 +511,7 @@
dynamicExp += "}; ";
}
dynamicExp += "return 0; ";
dynamicExp += "}; "; console.log(dynamicExp);
dynamicExp += "}; ";
cache.normalized.sort(eval(dynamicExp)); // sort using eval expression
}
if (tc.debug) { benchmark("Sorting on " + sortList.toString() + " and dir " + order+ " time", sortTime); }

File diff suppressed because one or more lines are too long