Skip to content

Commit df339ad

Browse files
save file
1 parent ccceac0 commit df339ad

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,23 @@
159159
$(shadow,'[value=kill]').onclick = btn.kill;
160160
$(shadow,'[value=clear]').onclick = btn.clear;
161161

162+
163+
162164
slider = $.slider(editor.__host,'#slider',term.__host,md,{root:shadow,mode:'horiz'});
163165

164-
function md(ox,oy,e){
166+
function mm(ox,oy,e){
167+
}//md
168+
169+
mm.md = function(e){
170+
165171
console.log(arguments);
166172
e.stopPropagation();
167173

168174
}//md
169175

176+
177+
178+
170179
}//initdom
171180

172181

0 commit comments

Comments
 (0)