Implement Window#top.

This commit is contained in:
Ms2ger 2015-07-11 01:04:49 +02:00
parent 52e857dd7b
commit 8b45f9f51c
4 changed files with 10 additions and 10 deletions

View file

@ -33,6 +33,7 @@
readonly attribute Window frames;
//[Replaceable] readonly attribute unsigned long length;
//[Unforgeable] readonly attribute WindowProxy top;
readonly attribute Window top;
// attribute any opener;
//readonly attribute WindowProxy parent;
readonly attribute Window parent;