mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 10:07:13 +02:00
🐛 Fix possible issue that causes exception on node tests
This commit is contained in:
parent
2832736826
commit
ec5a4d09b8
2 changed files with 7 additions and 2 deletions
|
@ -28,6 +28,10 @@ goog.scope(function() {
|
|||
addListener(...args) {
|
||||
},
|
||||
removeListener(...args) {
|
||||
},
|
||||
addEventListener(...args) {
|
||||
},
|
||||
removeEventListener(...args) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue