Skip to content

Commit 2371791

Browse files
save file
1 parent f9a7d6a commit 2371791

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/html/snippet-nodejs/v1.0/snippet-nodejs-v1.0.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060

6161
</div>
6262

63+
<div id=slider>
64+
</div>
65+
6366
<web-terminal component>
6467
</web-terminal>
6568

@@ -153,7 +156,7 @@
153156
$(shadow,'[value=kill]').onclick = btn.kill;
154157
$(shadow,'[value=clear]').onclick = btn.clear;
155158

156-
159+
slider = $.slider(editor.__host,'#slider',term.__host,null,{root:shadow});
157160
}//initdom
158161

159162

0 commit comments

Comments
 (0)