Re: [Vimprobable-users] [PATCH] Refactured hinting
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2011-08-23 19:01:22
|
Hi! I have found out a missbehavior of hinting on some pages that uses JavaScripts that overwrites the Array constructor. On this pages for(e in foo) doesn't work as expected. This patch replaces this kind of for loops by more traditional way of iterating over the arrays. Daniel |