diff --git a/lib/OpenLayers/Layer/FixedZoomLevels.js b/lib/OpenLayers/Layer/FixedZoomLevels.js index 31c63a198d..205ef42067 100644 --- a/lib/OpenLayers/Layer/FixedZoomLevels.js +++ b/lib/OpenLayers/Layer/FixedZoomLevels.js @@ -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();