You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parseInt does not allow negative numbers (NumberStyles.None), this prevents
negative index selectors from working as expected. Personal fix was to use
NumberStyles.AllowLeadingSign
eg. $.data[0].values[-1:].value would return all values in path
$.data[0].values[*].value instead of expected values.
Original issue reported on code.google.com by [email protected] on 16 Dec 2013 at 10:08
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Dec 2013 at 10:08The text was updated successfully, but these errors were encountered: