Missing semicolon

This commit is contained in:
David Rowe 2017-10-18 20:29:34 +13:00
parent f74c33f597
commit 5b6d33bcb2

View file

@ -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.
}