set the CLASS_NAME to the complete class name (add OpenLayers.Layer.)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8237 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-10-30 12:52:11 +00:00
parent 3e89e524a1
commit 3b2bebd5fa

View File

@@ -309,6 +309,6 @@ OpenLayers.Layer.FixedZoomLevels = OpenLayers.Class({
return zoom;
},
CLASS_NAME: "FixedZoomLevels"
CLASS_NAME: "OpenLayers.Layer.FixedZoomLevels"
});