Fix comments and likes on pages that extend Object
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 18 Dec 2009 23:37:38 +0000 (00:37 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 18 Dec 2009 23:37:38 +0000 (00:37 +0100)
commitf7368018d95f8c12a1f63880834d1e5ed92b9e90
tree274ce931dcd71d0d7eb965405e972816f456e790
parent9ac2a10501a164b12d78c306c91461da906c8652
Fix comments and likes on pages that extend Object

On those pages 'j in somearray' enumerates the non-numerical indices
too, thus retrieving methods and such. Use C-style iteration to
fix the issue.
ff_comments.user.js