We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc717e commit 53a5190Copy full SHA for 53a5190
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html
@@ -127,17 +127,18 @@
127
128
obj.initdom = function(){
129
130
- var shadow = host.shadowRoot;
+ var shadow = host.shadowRoot;
131
132
- var root = $(shadow,'#root');
+ var root = $(shadow,'#root');
133
$.drag(root,callback.drag);
134
135
- ui.url = $(shadow,'#url');
136
- ui.url.onkeyup = ku.url;
+ icons = $(shadow,'#icons');
+ ui.url = $(shadow,'#url');
137
+ ui.url.onkeyup = ku.url;
138
- ui.iframe = $(shadow,'iframe');
139
+ ui.iframe = $(shadow,'iframe');
140
- glass = $(shadow,'#glass');
141
+ glass = $(shadow,'#glass');
142
143
144
0 commit comments