You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/07/13 15:03:56 UTC

svn commit: r556026 - /incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js

Author: mturyn
Date: Fri Jul 13 08:03:51 2007
New Revision: 556026

URL: http://svn.apache.org/viewvc?view=rev&rev=556026
Log:
Fix for table sorting.
From Michael Mikhaylov

Modified:
    incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js

Modified: incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js?view=diff&rev=556026&r1=556025&r2=556026
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js (original)
+++ incubator/xap/trunk/codebase/src/xap/widgets/dojo/TreeTable.js Fri Jul 13 08:03:51 2007
@@ -734,7 +734,7 @@
 	},
 
 	onClickCallback : function(){
-	    sort();
+		this.sort();
 	},
 	
 	sort : function(){