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/02/28 00:42:05 UTC

svn commit: r512522 - /incubator/xap/trunk/codebase/src/xap/data/datasource/AbstractDataSource.js

Author: jmargaris
Date: Tue Feb 27 16:42:04 2007
New Revision: 512522

URL: http://svn.apache.org/viewvc?view=rev&rev=512522
Log:
removed redundant refresh() call

Modified:
    incubator/xap/trunk/codebase/src/xap/data/datasource/AbstractDataSource.js

Modified: incubator/xap/trunk/codebase/src/xap/data/datasource/AbstractDataSource.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/data/datasource/AbstractDataSource.js?view=diff&rev=512522&r1=512521&r2=512522
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/data/datasource/AbstractDataSource.js (original)
+++ incubator/xap/trunk/codebase/src/xap/data/datasource/AbstractDataSource.js Tue Feb 27 16:42:04 2007
@@ -358,7 +358,6 @@
     	//this sucess message. But we probably want them
     	//to be able to get the new source their listener
    		this.fireOnDataRetrieveSucess();
-    	this.refresh();
 	}
 	catch(e){
 		this.getSession().handleException(e);