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

commits at geoext.org commits at geoext.org
Fri Jan 22 17:48:57 CET 2010


Author: asaunier
Date: 2010-01-22 17:48:57 +0100 (Fri, 22 Jan 2010)
New Revision: 1804

Modified:
   sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form/ScaleSelectorCombo.js
Log:
added missing @requires


Modified: sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form/ScaleSelectorCombo.js
===================================================================
--- sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form/ScaleSelectorCombo.js	2010-01-22 08:09:42 UTC (rev 1803)
+++ sandbox/cmoullet/ux/ScaleSelectorCombo/ux/widgets/form/ScaleSelectorCombo.js	2010-01-22 16:48:57 UTC (rev 1804)
@@ -12,6 +12,10 @@
  *  base_link = `Ext.form.ComboBox <http://extjs.com/deploy/dev/docs/?class=Ext.form.ComboBox>`_
  */
 
+/**
+ * @requires GeoExt/data/ScaleStore.js
+ */
+
 Ext.namespace("GeoExt.ux.form");
 
 GeoExt.ux.form.ScaleSelectorCombo = Ext.extend(Ext.form.ComboBox, {



More information about the Commits mailing list