Skip to content

Commit 5f520b1

Browse files
save file
1 parent 9ba3106 commit 5f520b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

utils/editors/js-console/html/output/v2.0/output-v2.0.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,17 @@
262262

263263

264264

265+
obj.set = function(node){
266+
267+
if(node){
268+
cur.root = node;
269+
}else{
270+
cur.root = output;
271+
}
272+
273+
}//set
274+
275+
265276
//:
266277

267278

0 commit comments

Comments
 (0)