[Commits] r415 - core/trunk/geoext/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Fri Apr 17 23:10:30 CEST 2009
Author: tschaub
Date: 2009-04-17 23:10:30 +0200 (Fri, 17 Apr 2009)
New Revision: 415
Modified:
core/trunk/geoext/lib/GeoExt/widgets/Popup.js
Log:
Adding missing semicolon.
Modified: core/trunk/geoext/lib/GeoExt/widgets/Popup.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/Popup.js 2009-04-17 20:52:46 UTC (rev 414)
+++ core/trunk/geoext/lib/GeoExt/widgets/Popup.js 2009-04-17 21:10:30 UTC (rev 415)
@@ -299,7 +299,7 @@
//TODO: Make 'unpinned' container configurable
this.mapPanel.remove(this, false);
- this.container = Ext.getBody()
+ this.container = Ext.getBody();
var xy = this.getPosition();
this.hide();
More information about the Commits
mailing list