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/03/22 22:57:15 UTC

svn commit: r521514 - /incubator/xap/trunk/codebase/src/xap/bridges/xap/LabelBridge.js

Author: mturyn
Date: Thu Mar 22 15:57:15 2007
New Revision: 521514

URL: http://svn.apache.org/viewvc?view=rev&rev=521514
Log:
Uncommented some code that had needed to be so for debugging the changes in style class handling.

Modified:
    incubator/xap/trunk/codebase/src/xap/bridges/xap/LabelBridge.js

Modified: incubator/xap/trunk/codebase/src/xap/bridges/xap/LabelBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/bridges/xap/LabelBridge.js?view=diff&rev=521514&r1=521513&r2=521514
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/bridges/xap/LabelBridge.js (original)
+++ incubator/xap/trunk/codebase/src/xap/bridges/xap/LabelBridge.js Thu Mar 22 15:57:15 2007
@@ -53,9 +53,9 @@
 }
 
 xap.bridges.xap.LabelBridge.prototype.removeStyleState = function(stateName){
-//	xap.bridges.basic.AbstractWidgetBridge.prototype.removeStyleState.call(this,stateName); 
-//	var innerContent = this.getPeer().getLabelContents();
-//	xap.bridges.basic.AbstractWidgetBridge.prototype.removeStyleState.call(this,stateName,innerContent,this.getContentNodeLabel()); 	
+	xap.bridges.basic.AbstractWidgetBridge.prototype.removeStyleState.call(this,stateName); 
+	var innerContent = this.getPeer().getLabelContents();
+	xap.bridges.basic.AbstractWidgetBridge.prototype.removeStyleState.call(this,stateName,innerContent,this.getContentNodeLabel()); 	
 }
 
 xap.bridges.xap.LabelBridge.prototype.getNewAllowedAttributes = function() {