Skip to content

Commit 53a5190

Browse files
save file
1 parent 2cc717e commit 53a5190

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,18 @@
127127

128128
obj.initdom = function(){
129129

130-
var shadow = host.shadowRoot;
130+
var shadow = host.shadowRoot;
131131

132-
var root = $(shadow,'#root');
132+
var root = $(shadow,'#root');
133133
$.drag(root,callback.drag);
134134

135-
ui.url = $(shadow,'#url');
136-
ui.url.onkeyup = ku.url;
135+
icons = $(shadow,'#icons');
136+
ui.url = $(shadow,'#url');
137+
ui.url.onkeyup = ku.url;
137138

138-
ui.iframe = $(shadow,'iframe');
139+
ui.iframe = $(shadow,'iframe');
139140

140-
glass = $(shadow,'#glass');
141+
glass = $(shadow,'#glass');
141142

142143

143144

0 commit comments

Comments
 (0)