1. Reply Permalink
    On 2/22/08 joew said:
    "This is a fascinating article, partial function application is a really useful technique John's example:
    var delay = setTimeout.partial(undefined, 10);
    delay(function(){
    alert( "A call to this function will be temporarily delayed." );
    });
    is a good one. Don't miss the comments where John, Dean Edwards, and Oliver Steele talk more about it. "

    Login to comment.

Home All Articles Entities Quotes Comments Login Register Powered by HiveFire