Firefox 21.0 and .each function broken

Firefox 21.0 and .each function broken

I am having problems with some javascript using the jQuery.each() function with Firefox 21.0 update.

I found this, https://developer.mozilla.org/en-US/docs/Site_Compatibility_for_Firefox_20

Which says :

JavaScript

The for each...in loop has been virtually removed

While E4X has been deprecated and disabled from Firefox 17, the for each...in statement, standardized as a part of that, has been left for backward compatibility. In Firefox 20, a change has been made to disable the statement unless Web developers explicitly specify JavaScript 1.6 and later like <script type="text/javascript;version=1.6">. You are recommended to replace with the for...of statement that are standardizing in ECMAScript 6.

---------

Anyone else having problems ?

edit: updated firefox version