add missing semi-colons (jslint now clean on all lib/ code)
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.7@7975 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -159,7 +159,7 @@ OpenLayers.Layer.FixedZoomLevels = OpenLayers.Class({
|
||||
// case (5) -- neither 'numZoomLevels' not 'maxZoomLevel' was
|
||||
// set on either the layer or the map. So we just use the
|
||||
// maximum limit as calculated by the layer's constants.
|
||||
this.numZoomLevels = limitZoomLevels
|
||||
this.numZoomLevels = limitZoomLevels;
|
||||
}
|
||||
|
||||
//now that the 'numZoomLevels' is appropriately, safely set,
|
||||
|
||||
Reference in New Issue
Block a user