mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
implement very, very bad js window.top method
This commit is contained in:
parent
3aba4b778a
commit
ccb0c1cfd1
@ -378,6 +378,11 @@ getter self %{
|
||||
jsret = obj;
|
||||
%}
|
||||
|
||||
/* very iffy implementation */
|
||||
getter top %{
|
||||
jsret = obj;
|
||||
%}
|
||||
|
||||
getter EventHandler %{
|
||||
/* this implementation is unique to the window object as it is
|
||||
* not a dom node.
|
||||
|
Loading…
Reference in New Issue
Block a user