From e9d1cac4a4fc41562eb309d2694f33569969e9ba Mon Sep 17 00:00:00 2001 From: Malcolm Anyakee Date: Tue, 9 May 2023 00:48:16 +0200 Subject: [PATCH] l.js 2.0 --- l.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/l.js b/l.js index 87434ab..278839d 100644 --- a/l.js +++ b/l.js @@ -1,2 +1 @@ -(function(){window.l=function(){console.log.apply(console,Array.prototype.slice.call(arguments))}})(); - +(function(){window.l=console.log.bind(console)})();