repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'hotfix/21.56.9' into master
[gitter.git]
/
public
/
js
/
collections
/
sync-mixin.js
blob
8ff415e4eabc2419d90cd612660539c370e9c859
1
'use strict'
;
2
3
var
apiClient
=
require
(
'../components/api-client'
);
4
var
syncMixinFactory
=
require
(
'gitter-web-api-client/lib/sync-mixin-factory'
);
5
6
/**
7
* Singleton Sync Mixin
8
*/
9
var
SyncMixin
=
syncMixinFactory
(
apiClient
);
10
11
module
.
exports
=
SyncMixin
;