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 bb...@apache.org on 2006/11/02 22:16:43 UTC

svn commit: r470555 - /incubator/xap/trunk/src/xap/bridges/dojo/TabBridge.js

Author: bbuffone
Date: Thu Nov  2 14:16:43 2006
New Revision: 470555

URL: http://svn.apache.org/viewvc?view=rev&rev=470555
Log:
I have updated the starting process of the XAP engine with the HTML page.
This changes is defined in emails from me on the 8/29.  
This changes break compatibilty with existing samples. 
To see how the new process works check out the new samples in 
the startup folder.

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

Modified: incubator/xap/trunk/src/xap/bridges/dojo/TabBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/bridges/dojo/TabBridge.js?view=diff&rev=470555&r1=470554&r2=470555
==============================================================================
--- incubator/xap/trunk/src/xap/bridges/dojo/TabBridge.js (original)
+++ incubator/xap/trunk/src/xap/bridges/dojo/TabBridge.js Thu Nov  2 14:16:43 2006
@@ -21,7 +21,7 @@
  * A bridge class that controls a tab.
  */
 
-Xap.provide("xap.bridges.dojo.Tab"); 
+Xap.provide("xap.bridges.dojo.TabBridge"); 
 
 Xap.require("xap.bridges.dojo.DojoWidgetBridge");
 Xap.require('xap.widgets.dojo.SoloPanel');