Skip to content

Using for-each loop to iterate Array cause problem. #11

Description

@ArayChou

Hi there, I use jquery-aciTree-4.4.0 and jquery-bootgrid plugin. jquery-bootgrid add some method to Array.

in jquery.aciTree.core.js line 1413, there is a for-each loop for Array: "for (var i in itemData) {", which could be change to "for (var i=0; i<itemData.length; i++) {", to avoid to generate some addtional tree items.

thanks for your greate work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions