Hiding enumerables after MooTools changes prototypes
One of the most common complaints of people when using 3-rd party code that breaks on MooTools pages is when somebody incorrectly tries to iterate through an Array with the for (var in) operator and the methods and properties added by the framework also show up. When you cannot change the code to add hasOwnProperty, it leaves you with very… Read more →
Recent Comments