ElementsIndexer: call clear in initialize. Non functional change. r=ahocevar (closes #3340)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12036 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -57,10 +57,8 @@ OpenLayers.ElementsIndexer = OpenLayers.Class({
|
||||
this.compare = yOrdering ?
|
||||
OpenLayers.ElementsIndexer.IndexingMethods.Z_ORDER_Y_ORDER :
|
||||
OpenLayers.ElementsIndexer.IndexingMethods.Z_ORDER_DRAWING_ORDER;
|
||||
|
||||
this.order = [];
|
||||
this.indices = {};
|
||||
this.maxZIndex = 0;
|
||||
|
||||
this.clear();
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user