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)})();