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

Commit

Permalink
Use HTMLShadowElement wrapper, fix Firefox test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 27, 2013
1 parent 2b4c3fc commit 73bab2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ShadowRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'use strict';

var HTMLContentElement = scope.wrappers.HTMLContentElement;
var HTMLShadowElement = scope.wrappers.HTMLShadowElement;
var Node = scope.wrappers.Node;
var assert = scope.assert;
var mixin = scope.mixin;
Expand Down

0 comments on commit 73bab2d

Please sign in to comment.