implement very, very bad js window.top method

This commit is contained in:
Vincent Sanders 2013-06-03 23:10:53 +01:00
parent 3aba4b778a
commit ccb0c1cfd1

View File

@ -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.