fbjs
fbjs copied to clipboard
Fix getByPath.js bug
if root = {a : {b : 123}} and path=["a","b","c"] previously available code would crash.
Cannot use 'in' operator to search for 'c' in 123