cleanup types

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

@ -5,15 +5,15 @@ import { get_descriptor } from './utils.js';
// expensive prototype chain lookups. // expensive prototype chain lookups.
/** /**
* @type {typeof Node.prototype} * @type {Node}
*/ */
var node_prototype; var node_prototype;
/** /**
* @type {typeof Element.prototype} * @type {Element}
*/ */
var element_prototype; var element_prototype;
/** /**
* @type {typeof Text.prototype} * @type {Text}
*/ */
var text_prototype; var text_prototype;
var map_prototype; var map_prototype;

Loading…
Cancel
Save