From ccb0c1cfd19f72bdf3118161e61a37829c160afc Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 3 Jun 2013 23:10:53 +0100 Subject: implement very, very bad js window.top method --- javascript/jsapi/window.bnd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'javascript') diff --git a/javascript/jsapi/window.bnd b/javascript/jsapi/window.bnd index 199fcec9c..cecc8fe72 100644 --- a/javascript/jsapi/window.bnd +++ b/javascript/jsapi/window.bnd @@ -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. -- cgit v1.2.3