Changeset 1386
- Timestamp:
- 08/26/06 12:05:25 (2 years ago)
- Files:
-
- trunk/openlayers/build/docs.sh (modified) (1 diff)
- trunk/openlayers/doc/Util.txt (added)
- trunk/openlayers/lib/OpenLayers/Util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/build/docs.sh
r1369 r1386 2 2 3 3 rm ../doc/reference.html 4 CLASSES="Map Layer Layer.HTTPRequest Layer.Grid Layer.WMS Layer.KaMap Layer.EventPane Layer.Google Layer.VirtualEarth Layer.Markers Layer.Text Layer.GeoRSS Layer.Boxes Icon Marker Marker.Box Tile Tile.Image Tile.WFS Control Control.LayerSwitcher Control.MouseDefaults Control.MouseToolbar Control.PanZoom Control.PanZoomBar Control.Permalink Control.Scale LonLat Size Pixel Bounds "4 CLASSES="Map Layer Layer.HTTPRequest Layer.Grid Layer.WMS Layer.KaMap Layer.EventPane Layer.Google Layer.VirtualEarth Layer.Markers Layer.Text Layer.GeoRSS Layer.Boxes Icon Marker Marker.Box Tile Tile.Image Tile.WFS Control Control.LayerSwitcher Control.MouseDefaults Control.MouseToolbar Control.PanZoom Control.PanZoomBar Control.Permalink Control.Scale LonLat Size Pixel Bounds Util" 5 5 echo "<html> 6 6 <head> trunk/openlayers/lib/OpenLayers/Util.js
r1369 r1386 132 132 }; 133 133 134 OpenLayers.Util.onImageLoadErrorColor = "pink"; 135 134 136 OpenLayers.Util.onImageLoadError = function() { 135 this.style.backgroundColor = "pink";137 this.style.backgroundColor = OpenLayers.Util.onImageLoadErrorColor; 136 138 }; 137 139
