Fix compile warning

This commit is contained in:
Éric Lemoine
2014-11-10 17:24:29 +01:00
parent ce879e115f
commit 344658edb0

View File

@@ -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) {};
/**