Skip to content

about Tick._openNodes #31

Open
Open
@jcmiao

Description

@jcmiao

When I define parallel nodes, tick._openNodes and lastOpenNodes have some problems
(my english is poor)

var start = 0;
var i;
for (i = 0; i < Math.min(lastOpenNodes.length, currOpenNodes.length); i++) {
  start = i + 1;
  if (lastOpenNodes[i] !== currOpenNodes[i]) {
    break;
  }
}

There are problems with this comparison


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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