Try doing:

$extend(Element.NativeEvents, {
        onhashchange: 1
});

Before adding the event.


On 15 Jun 2010, at 12:59, אריה גלזר wrote:

> hey
> for some unknown reason, doing
> window.addEvent('onhashchange',function(){...})
> doesn't work for me on chrome 5, only
> window.onhashchange  = ...
> 
> anyone knows why? this is obviously a problem, since it means i have to trust 
> the user not to overwrite my event
> 
> -- 
> Arieh Glazer
> אריה גלזר
> 052-5348-561
> 5561

Reply via email to