Changeset 1527
- Timestamp:
- 10/02/06 18:00:13 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer.js
r1511 r1527 323 323 } 324 324 } 325 326 this.resolutions.sort( function ascend(a,b) { 327 return(b-a); 328 }); 325 329 }, 326 330
