[Commits] r1740 - sandbox/ahocevar/playground/ux/Printing/ux/widgets

commits at geoext.org commits at geoext.org
Wed Jan 13 23:08:17 CET 2010


Author: ahocevar
Date: 2010-01-13 23:08:17 +0100 (Wed, 13 Jan 2010)
New Revision: 1740

Modified:
   sandbox/ahocevar/playground/ux/Printing/ux/widgets/PrintPreview.js
Log:
added missing xtype

Modified: sandbox/ahocevar/playground/ux/Printing/ux/widgets/PrintPreview.js
===================================================================
--- sandbox/ahocevar/playground/ux/Printing/ux/widgets/PrintPreview.js	2010-01-13 20:42:48 UTC (rev 1739)
+++ sandbox/ahocevar/playground/ux/Printing/ux/widgets/PrintPreview.js	2010-01-13 22:08:17 UTC (rev 1740)
@@ -379,3 +379,6 @@
     }
     
 });
+
+/** api: xtype = gx_printpreview */
+Ext.reg("gx_printpreview", GeoExt.ux.PrintPreview);



More information about the Commits mailing list