[OpenLayers-Commits] r11014 - trunk/openlayers/tests
    commits-20090109 at openlayers.org 
    commits-20090109 at openlayers.org
       
    Wed Jan  5 14:34:59 EST 2011
    
    
  
Author: tschaub
Date: 2011-01-05 11:34:59 -0800 (Wed, 05 Jan 2011)
New Revision: 11014
Modified:
   trunk/openlayers/tests/Util.html
Log:
Updating load order for Util tests.
Modified: trunk/openlayers/tests/Util.html
===================================================================
--- trunk/openlayers/tests/Util.html	2011-01-05 19:33:03 UTC (rev 11013)
+++ trunk/openlayers/tests/Util.html	2011-01-05 19:34:59 UTC (rev 11014)
@@ -6,9 +6,9 @@
     window.$ = custom$;
   </script>
   <script src="../lib/OpenLayers/SingleFile.js"></script>
+  <script src="../lib/OpenLayers/BaseTypes/Class.js"></script>
   <script src="../lib/OpenLayers/Util.js"></script>
   <script src="../lib/OpenLayers/BaseTypes.js"></script>
-  <script src="../lib/OpenLayers/BaseTypes/Class.js"></script>
   <script src="../lib/OpenLayers/BaseTypes/Element.js"></script>
   <script src="../lib/OpenLayers/BaseTypes/LonLat.js"></script>
   <script src="../lib/OpenLayers/BaseTypes/Pixel.js"></script>
    
    
More information about the Commits
mailing list