Skip to content

Commit 1b5324a

Browse files
save file
1 parent 28c534e commit 1b5324a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chat/html/chat-hdr/chat-hdr.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,9 @@
115115
//:
116116

117117

118-
obj.initdom = function(rootnode){
118+
obj.initdom = function(){
119119

120-
var root = $.$(rootnode,'editors-hdr');
121-
var shadow = root.shadowRoot;
120+
var shadow = host.shadowRoot;
122121

123122
//top.initdom(shadow);
124123

0 commit comments

Comments
 (0)