mirror of https://github.com/masayuki0812/c3.git
Browse Source
If an object has key that contains . or [], it is now correctly found instead of searching for an inner object or array that does not exist. Example: var data = [{"key.withdot":"1"}]; // did not work before, works now var data2 = [{"key":{"innerkey":"1"}}]; // still works Updated test with new bugfix.pull/1694/head
Jakob Kneissl
9 years ago
4 changed files with 46 additions and 20 deletions
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue