touchTimeout && clearTimeout(touchTimeout)

touchTimeout&&clearTimeout(touchTimeout)

等价于

if(touchTimeout){

clearTimeout(touchTimeout)

}

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