Changeset 3753
- Timestamp:
- 07/15/07 15:47:46 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Grid.js (modified) (1 diff)
- trunk/openlayers/tests/Layer/test_Grid.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Grid.js
r3725 r3753 218 218 "removed in 3.0. Please use getTilesBounds() instead."; 219 219 OpenLayers.Console.warn(msg); 220 return getTilesBounds();220 return this.getTilesBounds(); 221 221 }, 222 222 trunk/openlayers/tests/Layer/test_Grid.html
r3725 r3753 107 107 108 108 t.ok( bounds.equals(testBounds), "getTilesBounds() returns correct bounds"); 109 110 var bounds = layer.getGridBounds(); 111 112 t.ok( bounds.equals(testBounds), "getGridBounds() wrapper works the same as getTilesBounds."); 109 113 110 114 //no tiles
