remove descriptions from JSDoc type tags
This commit is contained in:
@@ -5,8 +5,9 @@ goog.require('goog.dom.TagName');
|
||||
|
||||
|
||||
/**
|
||||
* Is supported.
|
||||
* @const
|
||||
* @type {boolean} Is supported.
|
||||
* @type {boolean}
|
||||
*/
|
||||
ol.canvas.SUPPORTED = (function() {
|
||||
if (!('HTMLCanvasElement' in goog.global)) {
|
||||
|
||||
Reference in New Issue
Block a user