Skip to content

[CLOSED] Fix #1098: Some code uses $.each, some uses Array.prototype.forEach #2905

@core-ai-bot

Description

@core-ai-bot

Issue by TomMalbran
Sunday Mar 10, 2013 at 07:54 GMT
Originally opened as adobe/brackets#3087


This fixes #1098 by replacing every $.each in the core code with either Array.forEach for arrays or CollectionUtils.forEach for objects. The remaining $.each are only in jQuery.


TomMalbran included the following code: https://github.com/adobe/brackets/pull/3087/commits

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions