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