coding standards, adding jsdoc comments, small code reorganization in svn statavkn

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1295 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-17 20:22:47 +00:00
parent 1a0cbdfd25
commit d2601b3684
2 changed files with 44 additions and 18 deletions
-5
View File
@@ -706,11 +706,6 @@ OpenLayers.Map.prototype = {
if (this.baseLayer != null) {
maxResolution = this.baseLayer.getMaxResolution();
}
if (maxResolution == null) {
maxResolution = this.maxResolution;
}
return maxResolution;
},