[Commits] r1668 - sandbox/redlining/ux/RedLining/ux/widgets/form
commits at geoext.org
commits at geoext.org
Fri Jan 8 07:00:30 CET 2010
Author: cmoullet
Date: 2010-01-08 07:00:30 +0100 (Fri, 08 Jan 2010)
New Revision: 1668
Modified:
sandbox/redlining/ux/RedLining/ux/widgets/form/EditFeatureForm.js
Log:
Missing semicolon.
Modified: sandbox/redlining/ux/RedLining/ux/widgets/form/EditFeatureForm.js
===================================================================
--- sandbox/redlining/ux/RedLining/ux/widgets/form/EditFeatureForm.js 2010-01-08 05:59:41 UTC (rev 1667)
+++ sandbox/redlining/ux/RedLining/ux/widgets/form/EditFeatureForm.js 2010-01-08 06:00:30 UTC (rev 1668)
@@ -5,7 +5,7 @@
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
* of the license.
*/
-Ext.namespace("GeoExt.ux.form")
+Ext.namespace("GeoExt.ux.form");
/** api: (define)
* module = GeoExt.ux.form
More information about the Commits
mailing list