remove copy pasta

pull/7738/head
Rich Harris 8 years ago
parent 7c01ab2cb7
commit a43e64acc2

@ -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