Fixing stuff for lexonomy, works for now

This commit is contained in:
2019-11-13 23:21:57 +01:00
parent be573d38a5
commit 88824ee273
3 changed files with 87 additions and 65 deletions

View File

@@ -11,6 +11,9 @@ class Proxy:
else:
return self.proxied[attr]
def __setattr__(self, attr, value):
self.proxied[attr] = value
_document = Proxy(document)
_window = Proxy(window)