Module type for ol.webgl.Shader

This commit is contained in:
Frederic Junod
2018-03-23 12:13:56 +01:00
parent 6f6b60769c
commit 731c2eddae
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import WebGLShader from '../webgl/Shader.js';
/**
* @constructor
* @extends {ol.webgl.Shader}
* @extends {module:ol/webgl/Shader~WebGLShader}
* @param {string} source Source.
* @struct
*/