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/10 20:55:34 UTC

svn commit: r583610 - /incubator/xap/trunk/codebase/src/xap/bridges/xap/ListBoxBridge.js

Author: jmargaris
Date: Wed Oct 10 13:55:30 2007
New Revision: 583610

URL: http://svn.apache.org/viewvc?rev=583610&view=rev
Log:
removed connect to a non-existant function

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

Modified: incubator/xap/trunk/codebase/src/xap/bridges/xap/ListBoxBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/bridges/xap/ListBoxBridge.js?rev=583610&r1=583609&r2=583610&view=diff
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/bridges/xap/ListBoxBridge.js (original)
+++ incubator/xap/trunk/codebase/src/xap/bridges/xap/ListBoxBridge.js Wed Oct 10 13:55:30 2007
@@ -56,7 +56,6 @@
 
 	
 	dojo.event.connectBefore(this.getPeer().select,"onchange",this,"onChange") ;
-	dojo.event.connect(this.getPeer(),"onStructureChange",this,"revalue") ;		
 
 	// Now we'll pass on events....
 	//this._initted = true ;