3 <script src="../lib/OpenLayers.js"></script>
4 <script type="text/javascript">
8 // Ensure that we continue to work if silly Javascript frameworks
10 Object.prototype.foo = function() { }
11 function test_Events_Object_Extension(t) {
13 map = new OpenLayers.Map("map");
14 t.ok(true, "Map created if object prototype is extended.");
19 <div id="map" style="width: 600px; height: 300px;"/>