Externalize Control.handleMapPostrender

This commit is contained in:
Éric Lemoine
2013-05-09 23:23:54 +02:00
parent c845682ecb
commit 88352092ee
3 changed files with 11 additions and 0 deletions
+7
View File
@@ -14,6 +14,13 @@ var oli;
*/
oli.control.Control = function() {};
/**
* @param {ol.MapEvent} mapEvent Map event.
*/
oli.control.Control.prototype.handleMapPostrender = function(mapEvent) {};
/**
* @param {ol.Map} map Map.
* @return {undefined} Undefined.