Skip to content

看不出有异步的作用 #9

@xian107

Description

@xian107

if(that.option.async){
setTimeout(function(){
_search.apply(that);
}, 0);
} else {
_search.apply(that);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions