UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
extjs_deftjs
/
js
/
app-loader.js
8 lines
(7 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
Ext.Loader.
setConfig
({
enabled
:
true
,
paths
: {
'TodoDeftJS'
:
'js'
} }); Ext.
syncRequire
([
'Ext.Component'
,
'Ext.ComponentManager'
,
'Ext.ComponentQuery'
]);