Unmixing tabs and spaces. Non-functional change. Four spaces for tabs.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9588 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -212,9 +212,9 @@ OpenLayers.ElementsIndexer = OpenLayers.Class({
|
||||
*/
|
||||
getNextElement: function(index) {
|
||||
var nextIndex = index + 1;
|
||||
if (nextIndex < this.order.length){
|
||||
if (nextIndex < this.order.length) {
|
||||
var nextElement = OpenLayers.Util.getElement(this.order[nextIndex]);
|
||||
if (nextElement == undefined){
|
||||
if (nextElement == undefined) {
|
||||
nextElement = this.getNextElement(nextIndex);
|
||||
}
|
||||
return nextElement;
|
||||
|
||||
Reference in New Issue
Block a user