Changeset 2286
- Timestamp:
- 02/25/07 23:02:58 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Util.js
r2232 r2286 233 233 // 234 234 if (!this.viewRequestID || 235 (this. viewRequestID == this.map.viewRequestID)) {235 (this.map && this.viewRequestID == this.map.viewRequestID)) { 236 236 this.style.backgroundColor = null; 237 237 this.style.display = "";
