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
@@ -12,7 +12,8 @@ ol.ASSUME_TOUCH = false;
*/
ol.BrowserFeature = {
/**
* @type {boolean} True if browser supports touch events
* True if browser supports touch events.
* @type {boolean}
*/
HAS_TOUCH: ol.ASSUME_TOUCH ||
(document && 'ontouchstart' in document.documentElement) ||