#770 closed defect (fixed)
BinaryTree undefined local variable
Reported by: | dylan | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In line 71 of collections/BinaryTree.js, where is result defined?
if (result > 0) return searchHelper(current.left, data);
Note: See
TracTickets for help on using
tickets.
Fixed.