Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Substitute util.bind with Function.bind #618

Merged
merged 1 commit into from Jul 27, 2020

Commits on Jul 23, 2020

  1. Substitute util.bind with Function.bind

    ScheduleCreationPopup._onClickListeners() uses Function.bind since April 2018, and
    TimeCreationGuide._onDrag uses it since Mai 2017, so Function.bind can be used
    everywhere and util.bind is not necessary.
    
    • Replace util.bind(x,y) with x.bind(y)
    • Update README.md with the minimal supported versions.
    dilyanpalauzov committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    35023ed View commit details
    Browse the repository at this point in the history