Bundled output for commit 1f3afca482

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot 2024-09-28 15:15:19 +00:00
parent 1f3afca482
commit 6444ccd6a5
5 changed files with 11 additions and 4 deletions

View File

@ -112,6 +112,13 @@ interface FlarumObject {
declare const flarum: FlarumObject;
interface Window {
/**
* Whether we are in testing mode or not.
*/
testing?: boolean;
}
// Extend JQuery with our custom functions, defined with $.fn
interface JQuery {
/**

2
framework/core/js/dist/admin.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long