Changing all tabs to spaces, per CodingStandards.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@139 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -442,7 +442,7 @@ Array.prototype.remove = function(rem) {
|
||||
for(var i=0; i<this.length; i++) {
|
||||
if(this[i]==rem) {
|
||||
this.splice(i,1);
|
||||
//break;more than once??
|
||||
//break;more than once??
|
||||
}
|
||||
}
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user