syntax error. r=me

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10424 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2010-06-22 14:30:45 +00:00
parent a8af8bceb5
commit ae472b69a2

View File

@@ -63,7 +63,7 @@ OpenLayers.Handler.Box = OpenLayers.Class(OpenLayers.Handler, {
/**
* Method: destroy
*/
destroy(): function() {
destroy: function() {
if (this.dragHandler) {
this.dragHandler.destroy();
this.dragHandler = null;