From 02f84d262caa9d7f4ac68e30b5316488c322d6bd Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 16 Dec 2009 14:21:49 -0500 Subject: [PATCH] parameter now has a better name --- kronolith/js/kronolith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 437ab4b91..45323b06f 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -3595,7 +3595,7 @@ KronolithCore = { 'delayed': true, 'layers': layers, 'markerDragEnd': this.onMarkerDragEnd.bind(this), - 'afterClickMap': this.afterClickMap.bind(this) + 'mapClick': this.afterClickMap.bind(this) }); if ($('kronolithEventLocationLat').value) { -- 2.11.0