Skip to content

Commit 332937a

Browse files
save file
1 parent a73b2f1 commit 332937a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@
118118

119119
obj.initdom = function(rootnode){
120120

121-
root = $.$(rootnode,'output-root');
122-
shadow = root.shadowRoot;
121+
shadow = node.shadowRoot;
123122

124123
chk.persist = $.chkbox(shadow,'#console-persist',false);
125124
chk.log = $.chkbox(shadow,'#console-log',false);

0 commit comments

Comments
 (0)