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
javascript diff_cleanupSemantic uses negative indexes in the equalities array.
This is because it equalitiesLength is allowed to go into a negative range.
Normally this doesn't cause any problems, because it will just be stored as a
property on the array, but Safari 1.5.x seems to have some issues and doesn't
always get the value that's stored in equalities[-1] back out. (Or perhaps it
didn't properly go in in some cases.)
Original issue reported on code.google.com by [email protected] on 21 Jun 2013 at 10:48
Original issue reported on code.google.com by
[email protected]
on 21 Jun 2013 at 10:48Attachments:
The text was updated successfully, but these errors were encountered: