Skip to content

Commit

Permalink
don't use global shims from html-element
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumitrescu committed Aug 24, 2016
1 parent 0203529 commit bfb7924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
var split = require('browser-split')
var ClassList = require('class-list')
require('html-element/global-shim')
var htmlElement = require('html-element');

var document = htmlElement.document;
var Text = htmlElement.Text;

function context () {

Expand Down

0 comments on commit bfb7924

Please sign in to comment.