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 21:13:45 UTC

svn commit: r432390 - /incubator/xap/trunk/src/xap/bridges/dojo/DojoColorPaletteBridge.js

Author: mturyn
Date: Thu Aug 17 14:13:44 2006
New Revision: 432390

URL: http://svn.apache.org/viewvc?rev=432390&view=rev
Log:
Unknown bug requires that we have an attributeSet on this class, otherwise get into an infinite loop.  Fix later.

Modified:
    incubator/xap/trunk/src/xap/bridges/dojo/DojoColorPaletteBridge.js

Modified: incubator/xap/trunk/src/xap/bridges/dojo/DojoColorPaletteBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/bridges/dojo/DojoColorPaletteBridge.js?rev=432390&r1=432389&r2=432390&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/bridges/dojo/DojoColorPaletteBridge.js (original)
+++ incubator/xap/trunk/src/xap/bridges/dojo/DojoColorPaletteBridge.js Thu Aug 17 14:13:44 2006
@@ -57,6 +57,12 @@
 	return "ColorPalette" ;
 }
 
+/*
+ * Unknown bug requires that we have this, otherwise get into an infinite loop.  Fix later.
+*/
+xap.bridges.dojo.DojoColorPaletteBridge.prototype.attributeSet = function(){
+	//TO_DO anything useful here?  
+};
 
 /**
  *  The operation we'd like to attach to our <code>onCommand</code> event