UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

15 lines (11 loc) 261 B
Ext.define('Calendar.store.Google', { extend: 'Ext.calendar.store.Calendars', alias: 'store.calendar-google', requires: [ 'Ext.google.data.CalendarsProxy' ], autoSync: true, proxy: { type: 'google-calendars' } });