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:46 UTC

svn commit: r512526 - /incubator/xap/trunk/codebase/src/xap/data/DataFramework.js

Author: jmargaris
Date: Tue Feb 27 16:42:45 2007
New Revision: 512526

URL: http://svn.apache.org/viewvc?view=rev&rev=512526
Log:
added a TODO

Modified:
    incubator/xap/trunk/codebase/src/xap/data/DataFramework.js

Modified: incubator/xap/trunk/codebase/src/xap/data/DataFramework.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/data/DataFramework.js?view=diff&rev=512526&r1=512525&r2=512526
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/data/DataFramework.js (original)
+++ incubator/xap/trunk/codebase/src/xap/data/DataFramework.js Tue Feb 27 16:42:45 2007
@@ -52,6 +52,8 @@
 	/** @private */
 	this._iteratorContainer = new xap.data.controller.IteratorContainerImpl(sess);
 		
+	//TODO should we inject methods to get these into the session?
+	
 	//add the dataSourceContainer to the container of containers
 	//to support doing something like dataSource://myDataSource.do()
 	this._session.addContainer("dataSource", this._dataSourceContainer);