We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a78e0f commit 476c674Copy full SHA for 476c674
utils/editors/js-console/html/output-console/v3.0/output-console-v3.0.html
@@ -414,7 +414,7 @@
414
415
416
obj.clear = function(){return clear()}
417
- fn.clear = function(){return clear.apply(null,arguments)};
+ fn.clear = function(){return clear.apply(null,arguments)}
418
419
function clear(){
420
@@ -427,8 +427,8 @@
427
}//clear
428
429
430
- obj.log = function(){return log.apply(log,arguments)};
431
- fn.log = function(){return log.apply(null,arguments)};
+ obj.log = function(){return log.apply(log,arguments)}
+ fn.log = function(){return log.apply(null,arguments)}
432
433
function log(){
434
0 commit comments