diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-09-14 10:45:00 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-09-14 10:45:00 -0700 |
commit | 711c1b7914458f4d4098b588e1bf30dfe185b037 (patch) | |
tree | 6aa1bc3d2c7b9a1d0a7b34e9ab990f86abccdf57 /tools/reproduceriter.py | |
parent | 53e90e915c9a0ddb9c84cc1616cc637a2d6abb7b (diff) |
add some canvas shims for shell replay
Diffstat (limited to 'tools/reproduceriter.py')
-rwxr-xr-x | tools/reproduceriter.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/reproduceriter.py b/tools/reproduceriter.py index 197b26ce..68f2a99e 100755 --- a/tools/reproduceriter.py +++ b/tools/reproduceriter.py @@ -235,6 +235,10 @@ if (typeof nagivator == 'undefined') { requestPointerLock: function() { document.callEventListeners('pointerlockchange'); }, + style: {}, + eventListeners: {}, + addEventListener: document.addEventListener, + callEventListeners: document.callEventListeners, }; } case 'status-text': case 'progress': { |