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 2006/08/17 22:05:53 UTC

svn commit: r432409 - /incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js

Author: mturyn
Date: Thu Aug 17 15:05:52 2006
New Revision: 432409

URL: http://svn.apache.org/viewvc?rev=432409&view=rev
Log:
Y.a. attribute attributeSet should ignore found.

Modified:
    incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js

Modified: incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js?rev=432409&r1=432408&r2=432409&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js (original)
+++ incubator/xap/trunk/src/xap/bridges/basic/AbstractBlackBoxWidgetBridge.js Thu Aug 17 15:05:52 2006
@@ -414,6 +414,12 @@
 		return ;
 	}
 	
+	if( name=="displayerId"){
+		// Not used except at start-up, where it's otherwise found
+		this._namespace = value ;
+		return ;
+	}	
+	
 	if( name=="onCommand"){
 	// This is an event we've already mapped-to; if the attribute
 	// value has changed, that will only matter the next time it's