touchTimeout && clearTimeout(touchTimeout)

touchTimeout&&clearTimeout(touchTimeout)

等价于

if(touchTimeout){

clearTimeout(touchTimeout)

}

posted @ 2013-03-28 15:46  mabel_on_line  阅读(270)  评论(0)    收藏  举报