mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 01:56:39 +02:00
Missing semicolon
This commit is contained in:
parent
f74c33f597
commit
5b6d33bcb2
1 changed files with 1 additions and 1 deletions
|
@ -1478,7 +1478,7 @@ function onFileOpenChanged(filename) {
|
|||
// disconnect the event, otherwise the requests will stack up
|
||||
try {
|
||||
// Not all calls to onFileOpenChanged() connect an event.
|
||||
Window.openFileChanged.disconnect(onFileOpenChanged)
|
||||
Window.openFileChanged.disconnect(onFileOpenChanged);
|
||||
} catch (e) {
|
||||
// Ignore.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue