🔧 Fix lint issues

pull/4291/head
himynameisdave 5 years ago
parent 56cf9b864b
commit d4934e20a6
No known key found for this signature in database
GPG Key ID: CF799D9C390BE444

@ -7,7 +7,7 @@ import {
has_contenteditable_attr,
is_name_contenteditable,
get_contenteditable_attr,
CONTENTEDITABLE_BINDINGS,
CONTENTEDITABLE_BINDINGS
} from './contenteditable';
import Element from '../nodes/Element';
import Attribute from '../nodes/Attribute';

@ -5,7 +5,7 @@ import Element from '../nodes/Element';
export const CONTENTEDITABLE_BINDINGS = [
'textContent',
'innerHTML',
'innerText',
'innerText'
];
/**

Loading…
Cancel
Save