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

timers: fixing API refs to use safe internal refs #2500

Closed
wants to merge 1 commit into from
Closed

timers: fixing API refs to use safe internal refs #2500

wants to merge 1 commit into from

Commits on Aug 23, 2015

  1. timers: fixing API refs to use safe internal refs

    Added safe internal references for 'clearTimeout(..)', 'active(..)', and
    'unenroll(..)'. Changed various API refs from 'export.*' to use these
    safe internal references.
    
    Now, overwriting the global API identifiers does not create potential
    breakage and/or race conditions. See Issue #2493.
    getify committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    ea79a06 View commit details
    Browse the repository at this point in the history