Only loading what is strictly required by Util tests (see #2947).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10977 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-01-01 18:44:59 +00:00
parent fe6047859f
commit 564376c847

View File

@@ -5,7 +5,16 @@
var custom$ = function() {};
window.$ = custom$;
</script>
<script src="../lib/OpenLayers.js"></script>
<script src="../lib/OpenLayers/SingleFile.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>
<script src="../lib/OpenLayers/BaseTypes/Size.js"></script>
<script src="../lib/OpenLayers/Lang.js"></script>
<script src="../lib/OpenLayers/Console.js"></script>
<script type="text/javascript">
var isMozilla = (navigator.userAgent.indexOf("compatible") == -1);
var map;