Fixing stuff for lexonomy, works for now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user