[Commits] r2832 - sandbox/gxm/geoext/gxm/lib

commits at geoext.org commits at geoext.org
Wed Aug 24 13:54:44 CEST 2011


Author: marcjansen
Date: 2011-08-24 13:54:44 +0200 (Wed, 24 Aug 2011)
New Revision: 2832

Modified:
   sandbox/gxm/geoext/gxm/lib/GXM.loader.js
Log:
[gxm] remove stray references to GeoExt which should be GXM

Modified: sandbox/gxm/geoext/gxm/lib/GXM.loader.js
===================================================================
--- sandbox/gxm/geoext/gxm/lib/GXM.loader.js	2011-08-24 11:53:09 UTC (rev 2831)
+++ sandbox/gxm/geoext/gxm/lib/GXM.loader.js	2011-08-24 11:54:44 UTC (rev 2832)
@@ -12,7 +12,7 @@
 (function(){
 
     /**
-     * Check to see if GeoExt.singleFile is true. It is true if the
+     * Check to see if GXM.singleFile is true. It is true if the
      * GXM/SingleFile.js is included before this one, as it is
      * the case in single file builds.
      */
@@ -32,7 +32,7 @@
         var scriptLocation = "";
         // If we load other scripts right before GXM using the same
         // mechanism to add script resources dynamically (e.g. OpenLayers), 
-        // document.getElementsByTagName will not find the GeoExt script tag
+        // document.getElementsByTagName will not find the GXM script tag
         // in FF2. Using document.documentElement.getElementsByTagName instead
         // works around this issue.
         var scripts = document.documentElement.getElementsByTagName('script');



More information about the Commits mailing list