[Commits] r779 - core/trunk/geoext/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Fri May 15 20:15:52 CEST 2009
Author: tschaub
Date: 2009-05-15 20:15:52 +0200 (Fri, 15 May 2009)
New Revision: 779
Modified:
core/trunk/geoext/lib/GeoExt/widgets/Popup.js
Log:
Invoking the trivial change clause, I'm removing the unused GeoExt.popup namespace. We only need GeoExt here.
Modified: core/trunk/geoext/lib/GeoExt/widgets/Popup.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/Popup.js 2009-05-15 17:55:06 UTC (rev 778)
+++ core/trunk/geoext/lib/GeoExt/widgets/Popup.js 2009-05-15 18:15:52 UTC (rev 779)
@@ -1,4 +1,4 @@
-Ext.namespace("GeoExt.popup");
+Ext.namespace("GeoExt");
/**
* Class: GeoExt.Popup
* Popups are a specialized Window that supports anchoring
More information about the Commits
mailing list