Merge pull request #708 from elemoine/user-extensions

The compilation of ol.js produces a warning
This commit is contained in:
Éric Lemoine
2013-05-16 01:06:36 -07:00

View File

@@ -17,6 +17,7 @@ oli.control.Control = function() {};
/**
* @param {ol.MapEvent} mapEvent Map event.
* @return {undefined} Undefined.
*/
oli.control.Control.prototype.handleMapPostrender = function(mapEvent) {};