UNPKG
lrrr-template
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Default template for lrr
github.com/jstrimpel/lrrr-template
jstrimpel/lrrr-template
lrrr-template
/
template
/
models
/
model
/
model.js
10 lines
(6 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
define
([
'lazoModel'
],
function
(
LazoModel
) {
'use strict'
;
// https://github.com/walmartlabs/lazojs/wiki/Models-and-Collections
return
LazoModel
.
extend
({ }); });