[Commits] r1805 - sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form

commits at geoext.org commits at geoext.org
Fri Jan 22 18:04:00 CET 2010


Author: asaunier
Date: 2010-01-22 18:04:00 +0100 (Fri, 22 Jan 2010)
New Revision: 1805

Modified:
   sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form/ScaleSelectorCombo.js
Log:
@include instead of @requires


Modified: sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form/ScaleSelectorCombo.js
===================================================================
--- sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form/ScaleSelectorCombo.js	2010-01-22 16:48:57 UTC (rev 1804)
+++ sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form/ScaleSelectorCombo.js	2010-01-22 17:04:00 UTC (rev 1805)
@@ -13,7 +13,7 @@
  */
 
 /**
- * @requires GeoExt/data/ScaleStore.js
+ * @include GeoExt/data/ScaleStore.js
  */
 
 Ext.namespace("GeoExt.ux.form");



More information about the Commits mailing list