Removes invalid description on @type annotation

This commit is contained in:
Kai Volland
2019-09-25 15:03:37 +02:00
parent b7ae47c4b7
commit 4fe157e7fb

View File

@@ -6,7 +6,7 @@ import FormatType from './format/FormatType.js';
/**
*
* @type {boolean} withCredentials Compare https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/
* @type {boolean}
* @private
*/
let withCredentials = false;