Skip to content

Commit 0edf31b

Browse files
save file
1 parent 476c674 commit 0edf31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
}//clear
428428

429429

430-
obj.log = function(){return log.apply(log,arguments)}
430+
obj.log = function(){return log.apply(null,arguments)}
431431
fn.log = function(){return log.apply(null,arguments)}
432432

433433
function log(){
@@ -463,7 +463,7 @@
463463

464464

465465
obj.groupCollapsed = function(){return groupCollapsed.apply(null,arguments)}
466-
fn[groupCollapsed = function(){return groupCollapsed.apply(null,arguments)}
466+
fn.groupCollapsed = function(){return groupCollapsed.apply(null,arguments)}
467467

468468
function groupCollapsed(...args){
469469

0 commit comments

Comments
 (0)