remove descriptions from JSDoc type tags

This commit is contained in:
Jeff Williams
2013-03-21 09:54:52 -07:00
parent 2678c07caf
commit 97879a3572
10 changed files with 19 additions and 10 deletions
+2 -1
View File
@@ -45,8 +45,9 @@ ol.webgl.getContext = function(canvas, opt_attributes) {
/**
* Is supported.
* @const
* @type {boolean} Is supported.
* @type {boolean}
*/
ol.webgl.SUPPORTED = (function() {
if (!('WebGLRenderingContext' in goog.global)) {