Add minimal comments to satisfy jsdoc3.

This commit is contained in:
Tom Payne
2012-09-21 10:08:29 +02:00
parent 397ebca228
commit 5f0c90cf7e
8 changed files with 13 additions and 0 deletions
+2
View File
@@ -105,10 +105,12 @@ ol3.renderer.webgl.Layer.prototype.handleLayerVisibleChange = function() {
/**
* Handle webglcontextlost.
*/
ol3.renderer.webgl.Layer.prototype.handleWebGLContextLost = goog.nullFunction;
/**
* Render.
*/
ol3.renderer.webgl.Layer.prototype.render = goog.abstractMethod;