Fix compile warning
This commit is contained in:
+2
-1
@@ -149,7 +149,8 @@ oli.interaction.Interaction = function() {};
|
|||||||
* through the chain of interactions. `false` means stop, `true`
|
* through the chain of interactions. `false` means stop, `true`
|
||||||
* means continue.
|
* means continue.
|
||||||
*/
|
*/
|
||||||
oli.interaction.Interaction.prototype.handleMapBrowserEvent = function(e) {};
|
oli.interaction.Interaction.prototype.handleMapBrowserEvent =
|
||||||
|
function(mapBrowserEvent) {};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user