open-orchestra/open-orchestra-cms-bundle

View on GitHub
UserAdminBundle/Resources/public/ecmascript/OpenOrchestra/mainUser.js

Summary

Maintainability
A
0 mins
Test Coverage
import UserSubApplication from 'OpenOrchestra/Application/UserSubApplication'

$(() => {
    Backbone.Events.on('application:before:start', () => {
        UserSubApplication.run();
    });
});