Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Added IE 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-sokolowski committed Aug 10, 2014
1 parent c4da637 commit 4715674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/querySelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
var originalElementGetElementsByTagNameNS = document.documentElement.getElementsByTagNameNS;

var OriginalElement = window.Element;
var OriginalDocument = window.HTMLDocument;
var OriginalDocument = window.HTMLDocument || window.Document;

function filterNodeList(list, index, result) {
var wrappedItem = null;
Expand Down

0 comments on commit 4715674

Please sign in to comment.