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

Added removal of event listeners, to prevent memory leaks #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2018

  1. Removed event listeners, to prevent memory leak

    Calling `addEventListener` on the row element without ever disconnecting via `removeEventListener` causes a memory leak.
    bensgroi committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    02d701e View commit details
    Browse the repository at this point in the history
  2. Fixed spacing

    bensgroi committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    8f0235e View commit details
    Browse the repository at this point in the history
  3. Replaced tabs with spaces

    bensgroi committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    1f7942e View commit details
    Browse the repository at this point in the history