diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2023-04-05 09:42:50 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2023-04-05 09:42:50 +0000 |
| commit | ebaaa758a3fee40b45d5385cee5be411d47f7b1c (patch) | |
| tree | ebb1da5636745e77ada5650d0a6c342b18fc71e3 /resources/assets/javascripts/bootstrap/application.js | |
| parent | a1cef8653cf6bb70bde54df0e970a63083d7f803 (diff) | |
Add TypeScript support, fixes #2376
Closes #2376
Merge request studip/studip!1676
Diffstat (limited to 'resources/assets/javascripts/bootstrap/application.js')
| -rw-r--r-- | resources/assets/javascripts/bootstrap/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/javascripts/bootstrap/application.js b/resources/assets/javascripts/bootstrap/application.js index f97dd90..1f0561e 100644 --- a/resources/assets/javascripts/bootstrap/application.js +++ b/resources/assets/javascripts/bootstrap/application.js @@ -1,5 +1,5 @@ import { $gettext } from '../lib/gettext.js'; -import eventBus from "../lib/event-bus"; +import eventBus from "../lib/event-bus.ts"; /* ------------------------------------------------------------------------ * application.js |
