Timer Pattern

async

function async (fn) {
setTimeout(fn, 20);
}


posted on 2012-02-06 22:52  leaving  阅读(166)  评论(0)    收藏  举报