forked from lab2023/kebab-client-web-os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.js
30 lines (27 loc) · 1.02 KB
/
app.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* -----------------------------------------------------------------------------
Kebab Project 2.x (Kebab Revolution) - Web OS Client Platform for Ext JS 4.x
http://kebab-project.com
Copyright (c) 2011-2012 lab2023 - internet technologies TURKEY Inc.
http://www.lab2023.com
* LICENSE
*
* This source file is subject to the Dual Licensing Model that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.kebab-project.com/licensing
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
----------------------------------------------------------------------------- */
/**
* Ext loader configuration
*/
Ext.Loader.setConfig({
enabled: true,
paths: {
'Ext.ux' : 'ext-js/examples/ux',
'Kebab': 'kebab'
}
});
// Require for Kebab.OS
Ext.require('Kebab.Kernel');