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
Fixed bug#1844474 Endless recursion on Collection.toString()
== in java means SAME INSTANCE, while == in javascript
means "try to do something, convert the two operands, and see if they
match". So, java == shouldn't always be converted to javascript ===
Thanks, Simone Gianni
0 commit comments