removing unused _bounds member variable. non-functinal change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11215 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
};
|
||||
layer._moveGriddedTiles = function() {
|
||||
g_WhichFunc = "MoveGridded";
|
||||
g_Bounds = layer._bounds;
|
||||
g_Bounds = layer.map.getExtent();
|
||||
};
|
||||
var clearTestBounds = function() {
|
||||
g_WhichFunc = null;
|
||||
|
||||
Reference in New Issue
Block a user