Fix issue #85
This commit is contained in:
parent
bc01f9ab13
commit
abb8e739ba
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ class Js2PyInterpreter(Interpreter):
|
|||
ctx.execute('window.Map = function(_i){ };')
|
||||
ctx.execute('window.setTimeout = function(_f,_t){ };')
|
||||
ctx.execute('window.setInterval = function(_f,_t){ };')
|
||||
ctx.execute('document.getElementById = function(_a) { };')
|
||||
ctx.execute('window.encodeURIComponent = function(_s){ };')
|
||||
|
||||
self.ctx = ctx
|
||||
|
|
Reference in a new issue