Skip to content

Commit 476c674

Browse files
save file
1 parent 1a78e0f commit 476c674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414

415415

416416
obj.clear = function(){return clear()}
417-
fn.clear = function(){return clear.apply(null,arguments)};
417+
fn.clear = function(){return clear.apply(null,arguments)}
418418

419419
function clear(){
420420

@@ -427,8 +427,8 @@
427427
}//clear
428428

429429

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

433433
function log(){
434434

0 commit comments

Comments
 (0)