Skip to content

Commit 11002a6

Browse files
save file
1 parent 42b97bb commit 11002a6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

utils/editors/html/editors-hdr/v2.0/editors-hdr-v2.0.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@
112112

113113
var top;
114114

115+
var shadow;
116+
115117

116118
var set = {};
117119
obj.set = set;
@@ -134,7 +136,7 @@
134136

135137
obj.initdom = function(rootnode){
136138

137-
var shadow = host.shadowRoot;
139+
shadow = host.shadowRoot;
138140

139141
set.filename();
140142
if(typeof version==='undefined'){

0 commit comments

Comments
 (0)