Merge pull request #2933 from elemoine/fix-warning

Fix compile warning
This commit is contained in:
Éric Lemoine
2014-11-10 18:20:45 +01:00

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