Skip to content

Commit bfb7924

Browse files
committed
don't use global shims from html-element
1 parent 0203529 commit bfb7924

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
var split = require('browser-split')
22
var ClassList = require('class-list')
3-
require('html-element/global-shim')
3+
var htmlElement = require('html-element');
4+
5+
var document = htmlElement.document;
6+
var Text = htmlElement.Text;
47

58
function context () {
69

0 commit comments

Comments
 (0)