Skip to content

Commit

Permalink
[[FIX]] Add HTMLCollection to browser environment.
Browse files Browse the repository at this point in the history
Closes #2443
  • Loading branch information
nicolo-ribaudo committed Jun 14, 2015
1 parent a5bfefb commit e92d375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ exports.browser = {
HTMLBRElement : false,
HTMLButtonElement : false,
HTMLCanvasElement : false,
HTMLCollection : false,
HTMLDirectoryElement : false,
HTMLDivElement : false,
HTMLDListElement : false,
Expand Down

0 comments on commit e92d375

Please sign in to comment.