remove descriptions from JSDoc type tags
This commit is contained in:
@@ -2,7 +2,8 @@ goog.provide('ol.renderer.dom.SUPPORTED');
|
||||
|
||||
|
||||
/**
|
||||
* Is supported.
|
||||
* @const
|
||||
* @type {boolean} Is supported.
|
||||
* @type {boolean}
|
||||
*/
|
||||
ol.renderer.dom.SUPPORTED = true;
|
||||
|
||||
Reference in New Issue
Block a user