mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Recompile dist JS
This commit is contained in:
18
framework/core/js/forum/dist/app.js
vendored
18
framework/core/js/forum/dist/app.js
vendored
@@ -18329,24 +18329,6 @@ System.register('flarum/App', ['flarum/utils/ItemList', 'flarum/components/Alert
|
|||||||
*/
|
*/
|
||||||
this.routes = {};
|
this.routes = {};
|
||||||
|
|
||||||
/**
|
|
||||||
* An object containing data to preload into the application.
|
|
||||||
*
|
|
||||||
* @type {Object}
|
|
||||||
* @property {Object} preload.data An array of resource objects to preload
|
|
||||||
* into the data store.
|
|
||||||
* @property {Object} preload.document An API response document to be used
|
|
||||||
* by the route that is first activated.
|
|
||||||
* @property {Object} preload.session A response from the /api/token
|
|
||||||
* endpoint containing the session's authentication token and user ID.
|
|
||||||
* @public
|
|
||||||
*/
|
|
||||||
this.preload = {
|
|
||||||
data: null,
|
|
||||||
document: null,
|
|
||||||
session: null
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An ordered list of initializers to bootstrap the application.
|
* An ordered list of initializers to bootstrap the application.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user