Skip to content

Commit

Permalink
merged in bug fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jul 12, 2012
1 parent b2ea3a5 commit 6ccc256
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified README.markdown
Binary file not shown.
4 changes: 2 additions & 2 deletions js/jquery.tablesorter.js
@@ -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
Expand Down Expand Up @@ -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); }
Expand Down

0 comments on commit 6ccc256

Please sign in to comment.