Added CLASS_NAME to OpenLayers.Map.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@170 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-05-18 19:36:32 +00:00
parent 3f60da6dd4
commit 006053f769

View File

@@ -379,5 +379,7 @@ OpenLayers.Map.prototype = {
defaultMouseUp: function (evt) {
this.mouseDragStart = null;
this.div.style.cursor = "default";
}
},
CLASS_NAME: "OpenLayers.Map"
};