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
/
server
/
syncher.js
10 lines
(6 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
define
([
'lazoSyncher'
],
function
(
LazoSyncher
) {
'use strict'
;
// https://github.com/walmartlabs/lazojs/wiki/Models-and-Collections#synchers
return
LazoSyncher
.
extend
({ }); });