[Commits] r832 - core/trunk/geoext/examples

commits at geoext.org commits at geoext.org
Wed May 20 16:36:09 CEST 2009


Author: elemoine
Date: 2009-05-20 16:36:09 +0200 (Wed, 20 May 2009)
New Revision: 832

Modified:
   core/trunk/geoext/examples/tree.html
Log:
the OpenLayers script tag must come before the GeoExt script tag, no functional change


Modified: core/trunk/geoext/examples/tree.html
===================================================================
--- core/trunk/geoext/examples/tree.html	2009-05-20 06:33:05 UTC (rev 831)
+++ core/trunk/geoext/examples/tree.html	2009-05-20 14:36:09 UTC (rev 832)
@@ -5,8 +5,8 @@
         <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
         <link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>
+        <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
         <script type="text/javascript" src="../lib/GeoExt.js"></script>
-        <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
 
         <script type="text/javascript" src="tree.js"></script>
 
@@ -24,4 +24,4 @@
             <a href="tree.js">tree.js</a>.</p>
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>



More information about the Commits mailing list