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
This also breaks Google Maps (new today or very recently?). Removing the Array.from = $A line fixes Google Maps, but I'm not sure if I've broken any of my other ancient Prototype code.
Consider the following code.
When that code is called from JavaScript's native Array.from, the result is ['a', 'b', 'c']
When that function is called from prototype.js Array.from, the result is []
https://github.com/prototypejs/prototype/blob/master/src/prototype/lang/array.js
The text was updated successfully, but these errors were encountered: