[Commits] r1667 - sandbox/redlining/ux/RedLining/ux/widgets/form
commits at geoext.org
commits at geoext.org
Fri Jan 8 06:59:41 CET 2010
Author: cmoullet
Date: 2010-01-08 06:59:41 +0100 (Fri, 08 Jan 2010)
New Revision: 1667
Modified:
sandbox/redlining/ux/RedLining/ux/widgets/form/ComplexRedLiningForm.js
Log:
Missing semicolon.
Modified: sandbox/redlining/ux/RedLining/ux/widgets/form/ComplexRedLiningForm.js
===================================================================
--- sandbox/redlining/ux/RedLining/ux/widgets/form/ComplexRedLiningForm.js 2010-01-08 05:49:07 UTC (rev 1666)
+++ sandbox/redlining/ux/RedLining/ux/widgets/form/ComplexRedLiningForm.js 2010-01-08 05:59:41 UTC (rev 1667)
@@ -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