UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

13 lines (10 loc) 268 B
Ext.define('Calendar.view.profile.SideController', { extend: 'Ext.app.ViewController', alias: 'controller.app-side', onSignIn: function() { this.fireEvent('signin'); }, onSignOut: function() { this.fireEvent('signout'); } });