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

Commit

Permalink
Merge pull request #232 from azakus/wrapper-fixup
Browse files Browse the repository at this point in the history
Wrapper fixup
  • Loading branch information
dfreedm committed Aug 27, 2013
2 parents 2b4c3fc + 73bab2d commit 1aa3c96
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 1aa3c96

Please sign in to comment.