1
0
mirror of https://github.com/flarum/core.git synced 2025-02-23 18:54:38 +01:00
2015-04-25 22:28:39 +09:30

6 lines
117 B
JavaScript

export default function(app) {
if (app.preload.data) {
app.store.pushPayload({data: app.preload.data});
}
};