Mark map.beforeRender as unstable

This commit is contained in:
Tim Schaub
2014-08-21 20:31:05 -06:00
parent fc303cdec7
commit 9975d842f1

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();