cleanup types

pull/9468/head
Dominic Gannaway 3 years ago
parent 10a3cbe216
commit 1e422ed432

@ -16,6 +16,9 @@ var element_prototype;
* @type {Text} * @type {Text}
*/ */
var text_prototype; var text_prototype;
/**
* @type {Map}
*/
var map_prototype; var map_prototype;
/** /**
* @type {typeof Node.prototype.appendChild} * @type {typeof Node.prototype.appendChild}

Loading…
Cancel
Save