mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +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
|
// disconnect the event, otherwise the requests will stack up
|
||||||
try {
|
try {
|
||||||
// Not all calls to onFileOpenChanged() connect an event.
|
// Not all calls to onFileOpenChanged() connect an event.
|
||||||
Window.openFileChanged.disconnect(onFileOpenChanged)
|
Window.openFileChanged.disconnect(onFileOpenChanged);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Ignore.
|
// Ignore.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue