remove descriptions from JSDoc type tags
This commit is contained in:
@@ -109,8 +109,9 @@ ol.Geolocation.prototype.handleTrackingChanged_ = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Is supported.
|
||||
* @const
|
||||
* @type {boolean} Is supported.
|
||||
* @type {boolean}
|
||||
*/
|
||||
ol.Geolocation.SUPPORTED = 'geolocation' in navigator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user