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

Commit 73bab2d

Browse files
committed
Use HTMLShadowElement wrapper, fix Firefox test errors
1 parent 2b4c3fc commit 73bab2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ShadowRenderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'use strict';
77

88
var HTMLContentElement = scope.wrappers.HTMLContentElement;
9+
var HTMLShadowElement = scope.wrappers.HTMLShadowElement;
910
var Node = scope.wrappers.Node;
1011
var assert = scope.assert;
1112
var mixin = scope.mixin;

0 commit comments

Comments
 (0)