Missing // requires pragma from FixedZoomLevels.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2617 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-03-09 10:13:59 +00:00
parent 8274a49a86
commit 27a220d1fa

View File

@@ -4,6 +4,7 @@
/**
* Some Layers will already have established zoom levels (like google
* or ve). Instead of trying to determine them and populate a resolutions[]
@@ -43,6 +44,7 @@
* ...those three functions should generally be provided by any reasonable
* API that you might be working from.
*
* @requires OpenLayers/Layer.js
* @class
*/
OpenLayers.Layer.FixedZoomLevels = OpenLayers.Class.create();