Skip to content

Commit 484343d

Browse files
save file
1 parent 332937a commit 484343d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<script>
5555

56-
(function output_console({mod,dom,node}){
56+
(function output_console({mod,dom,host}){
5757
//console.log('output');
5858
var obj = {
5959
version : 'v2.0',
@@ -118,7 +118,7 @@
118118

119119
obj.initdom = function(rootnode){
120120

121-
shadow = node.shadowRoot;
121+
shadow = host.shadowRoot;
122122

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

0 commit comments

Comments
 (0)