Updated tablesorter to 2.10

This commit is contained in:
Deon George
2013-05-15 22:21:34 +10:00
parent 25d9fbf846
commit 41e777bd9d
10 changed files with 56 additions and 31 deletions

View File

@@ -14,6 +14,7 @@ abstract class lnApp_Script extends HTMLRender {
protected static $_spacer = "\n";
protected static $_c = 0;
protected $_items = array('data','media','type');
protected $_unique_vals = array('data');
protected static $_required_keys = array('type','data');