Remove all docstrings from oli.js

Instead, make sure that the properties are documented in the
implementing class.
This commit is contained in:
Andreas Hocevar
2014-05-22 18:00:10 +02:00
parent 547334e211
commit f903849882
2 changed files with 3 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ ol.render.Event = function(
goog.base(this, type, opt_target);
/**
* For canvas, this is an instance of {@link ol.render.canvas.Immediate}.
* @type {ol.render.IVectorContext|undefined}
* @todo api
*/
@@ -58,8 +59,8 @@ ol.render.Event = function(
this.frameState = opt_frameState;
/**
* Canvas context. Only available when a Canvas renderer is used,
* null otherwise.
* Canvas context. Only available when a Canvas renderer is used, null
* otherwise.
* @type {CanvasRenderingContext2D|null|undefined}
* @todo api
*/