UNPKG
meka
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Marionette Scaffolding
meka
/
templates
/
entities.js
9 lines
(6 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
=
function
(
{{root}}
) { {{root}}.
module
(
'Entities'
,
function
(
Ents, App, Bb, Ma, $, _
) {
Ents
.
Model
=
App
.
Entities
.
Model
.
extend
({ })
Ents
.
Collection
=
App
.
Entities
.
Collection
.
extend
({ }) }) }