UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
derby
/
ui
/
index.js
13 lines
(11 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
function
ui
(
derby, options
)
{ derby.
createLibrary
({
filename
: __filename,
styles
:
'../styles/ui'
,
scripts
: {
connectionAlert
:
require
(
'./connectionAlert'
) } }, options); } module.exports = ui; ui.decorate =
'derby'
;