Merge pull request #2588 from tschaub/unstable

Mark map.beforeRender as unstable.
This commit is contained in:
Tim Schaub
2014-08-22 07:16:49 -06:00

View File

@@ -517,7 +517,7 @@ ol.Map.prototype.addOverlay = function(overlay) {
* animations before updating the map's view. The {@link ol.animation}
* namespace provides several static methods for creating prerender functions.
* @param {...ol.PreRenderFunction} var_args Any number of pre-render functions.
* @api stable
* @api
*/
ol.Map.prototype.beforeRender = function(var_args) {
this.render();