Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
// originally from // http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/ // logargs(this); == console.log(this,arguments); window.logargs = function(context){ // grab the calling functions arguments log(context,arguments.callee.caller.arguments); }
This paste will be private.
From the Design Piracy series on my blog: