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

Split contents of dom.js among four(4) files #7316

Merged
merged 7 commits into from
Oct 29, 2024

Commits on Oct 16, 2024

  1. Split the contents dom.j into 4 files: dom.js, p5.Element.js, p5.File…

    ….js, p5.MediaElements.js
    SilasVM committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a5459c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    280ef11 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Implemented index.js file in /src/dom. Also modified app.js in /src t…

    …o adapt to refactored dom.js file. Also renamed non-class files to use lower case snake case file names.
    SilasVM committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dff2c4a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Update src/dom/index.js

    Fixed indentation on affected lines.
    
    Co-authored-by: Kenneth Lim <hello@limzykenneth.com>
    SilasVM and limzykenneth authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6550134 View commit details
    Browse the repository at this point in the history
  2. Update src/app.js

    Removed redundant code in app.js.
    
    Co-authored-by: Kenneth Lim <hello@limzykenneth.com>
    SilasVM and limzykenneth authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    898b279 View commit details
    Browse the repository at this point in the history
  3. Update src/app.js

    Amended capitalization of DOM to dom.
    
    Co-authored-by: Kenneth Lim <hello@limzykenneth.com>
    SilasVM and limzykenneth authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b5e6eec View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

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