remove copy pasta

pull/1024/head
Rich Harris 7 years ago
parent 22ba8f74ca
commit a02c3dba28

@ -4,14 +4,6 @@ import Node from './shared/Node';
import Block from '../dom/Block';
import Attribute from './Attribute';
const readonly = new Set([
'innerWidth',
'innerHeight',
'outerWidth',
'outerHeight',
'online',
]);
export default class Document extends Node {
type: 'Document';
attributes: Attribute[];

Loading…
Cancel
Save