Changeset 731
- Timestamp:
- 06/25/06 06:41:04 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/1.0/lib/OpenLayers/Tile/Image.js
r685 r731 37 37 */ 38 38 draw:function(transparent) { 39 if (transparent) { 39 if (false) { // don't actually use the alpha PNG hack right now 40 // it has a fiercely bad effect on IE6's performance 41 // if (transparent) { 40 42 this.imgDiv = OpenLayers.Util.createAlphaImageDiv(null, 41 43 this.position,
