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

__hooks become writable and configurable #1520

Merged
merged 2 commits into from
Oct 10, 2019
Merged

__hooks become writable and configurable #1520

merged 2 commits into from
Oct 10, 2019

Commits on Aug 22, 2019

  1. __hooks become writable and configurable

    We should be able to modify or delete this value.
    
    In a particular case it will avoid me this kind of error:
    ```
    Uncaught TypeError: Cannot redefine property: __hooks
    ```
    ```
    Uncaught TypeError: Cannot delete property '__hooks' of #<Object>
    ```
    bertho-zero authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    1431a70 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    2c757d2 View commit details
    Browse the repository at this point in the history