From 344658edb0c4b226bb52dfaae145d7fe4844ace0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 10 Nov 2014 17:24:29 +0100 Subject: [PATCH] Fix compile warning --- externs/oli.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/externs/oli.js b/externs/oli.js index cf6c31f5a1..16f5a8a201 100644 --- a/externs/oli.js +++ b/externs/oli.js @@ -149,7 +149,8 @@ oli.interaction.Interaction = function() {}; * through the chain of interactions. `false` means stop, `true` * means continue. */ -oli.interaction.Interaction.prototype.handleMapBrowserEvent = function(e) {}; +oli.interaction.Interaction.prototype.handleMapBrowserEvent = + function(mapBrowserEvent) {}; /**