Skip to content

Commit dab72a2

Browse files
save file
1 parent 13dc180 commit dab72a2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,29 @@
426426
}//string
427427

428428

429+
//:
430+
431+
432+
obj.horiz = function(){
433+
434+
host.style.width = '100%';
435+
host.style.height = '50%';
436+
437+
}//horiz
429438

430439

440+
obj.vert = function(){
441+
442+
host.style.width = '50%';
443+
host.style.height = '100%';
444+
445+
}//vert
446+
431447

448+
//:
449+
450+
451+
432452
return obj;
433453

434454
})//output_console

0 commit comments

Comments
 (0)