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 jm...@apache.org on 2007/10/01 17:11:29 UTC

svn commit: r581017 - /incubator/xap/trunk/codebase/src/xap/bridges/dojo/CellBridge.js

Author: jmargaris
Date: Mon Oct  1 10:11:27 2007
New Revision: 581017

URL: http://svn.apache.org/viewvc?rev=581017&view=rev
Log:
From Michael Mikhaylov: optimizations for table, override resetSize for cell with NO-OP.

Modified:
    incubator/xap/trunk/codebase/src/xap/bridges/dojo/CellBridge.js

Modified: incubator/xap/trunk/codebase/src/xap/bridges/dojo/CellBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/bridges/dojo/CellBridge.js?rev=581017&r1=581016&r2=581017&view=diff
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/bridges/dojo/CellBridge.js (original)
+++ incubator/xap/trunk/codebase/src/xap/bridges/dojo/CellBridge.js Mon Oct  1 10:11:27 2007
@@ -84,6 +84,10 @@
 	*/
 }
 
+xap.bridges.dojo.CellBridge.prototype.resetSize = function(){
+    // NO-OP for optimization
+};
+
 // overrides AbstractWidgetBridge
 xap.bridges.dojo.CellBridge.prototype.setCursorAttribute = function(value){
 	if ( this._domNode.parentNode !== undefined) {