Skip to content

Commit ccceac0

Browse files
save file
1 parent e268e30 commit ccceac0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161

162162
slider = $.slider(editor.__host,'#slider',term.__host,md,{root:shadow,mode:'horiz'});
163163

164-
function md(e){
165-
164+
function md(ox,oy,e){
165+
console.log(arguments);
166166
e.stopPropagation();
167167

168168
}//md

0 commit comments

Comments
 (0)