coding standards

git-svn-id: http://svn.openlayers.org/trunk/openlayers@543 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-06-07 16:11:29 +00:00
parent 78964cf417
commit 558c908f3c

View File

@@ -131,7 +131,11 @@ OpenLayers.Layer.Text.prototype =
this.layer.map.addPopup(this.createPopup());
}
Event.stop(evt);
}
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Text"
});