We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332937a commit 484343dCopy full SHA for 484343d
utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html
@@ -53,7 +53,7 @@
53
54
<script>
55
56
-(function output_console({mod,dom,node}){
+(function output_console({mod,dom,host}){
57
//console.log('output');
58
var obj = {
59
version : 'v2.0',
@@ -118,7 +118,7 @@
118
119
obj.initdom = function(rootnode){
120
121
- shadow = node.shadowRoot;
+ shadow = host.shadowRoot;
122
123
chk.persist = $.chkbox(shadow,'#console-persist',false);
124
chk.log = $.chkbox(shadow,'#console-log',false);
0 commit comments