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
@@ -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)) {