mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-02 21:57:41 +00:00
Merge pull request #16497 from keymanapp/chore/web/fileheaders
chore(web): update file headers
This commit is contained in:
commit
e2009e262b
4 changed files with 15 additions and 19 deletions
|
|
@ -1,7 +1,6 @@
|
|||
/***
|
||||
KeymanWeb 17.0
|
||||
Copyright 2019-2023 SIL International
|
||||
***/
|
||||
/*
|
||||
* Keyman is copyright (C) SIL Global. MIT License.
|
||||
*/
|
||||
|
||||
import type { KeymanEngine, UIModule } from 'keyman/app/browser';
|
||||
|
||||
|
|
@ -678,4 +677,4 @@ if(!keyman) {
|
|||
// but also call initialization when script loaded, which is after KMW initialization for asynchronous script loading
|
||||
ui.initialize();
|
||||
} catch(err){}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
/***
|
||||
KeymanWeb 17.0
|
||||
Copyright 2019-2023 SIL International
|
||||
***/
|
||||
/*
|
||||
* Keyman is copyright (C) SIL Global. MIT License.
|
||||
*/
|
||||
|
||||
import type { KeymanEngine, UIModule } from 'keyman/app/browser';
|
||||
|
||||
|
|
@ -607,4 +606,4 @@ if(!keyman) {
|
|||
|
||||
// Do not wrap in an anonymous function - let the closure compiler do that, but
|
||||
// use try...catch to avoid script errors and only execute if a desktop browser
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
/***
|
||||
KeymanWeb 17.0
|
||||
Copyright 2019-2023 SIL International
|
||||
***/
|
||||
/*
|
||||
* Keyman is copyright (C) SIL Global. MIT License.
|
||||
*/
|
||||
|
||||
import type { KeymanEngine, KeyboardCookie, UIModule } from 'keyman/app/browser';
|
||||
import type { FloatingOSKViewCookie } from 'keyman/engine/osk';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
/***
|
||||
KeymanWeb 17.0
|
||||
Copyright 2019-2023 SIL International
|
||||
***/
|
||||
/*
|
||||
* Keyman is copyright (C) SIL Global. MIT License.
|
||||
*/
|
||||
|
||||
import type { KeymanEngine, KeyboardCookie, KeyboardDetails, UIModule } from 'keyman/app/browser';
|
||||
|
||||
|
|
@ -1441,4 +1440,4 @@ if(!keyman) {
|
|||
// (may happen in unit testing)
|
||||
ui.initialize(); // equivalent to ui.Initialize() from the other UI modules
|
||||
} catch(ex){}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue