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
/
utils
/
initial-setup.js
blob
315d00074becd1b38d47b9d88b08d1bbedbb14ff
1
'use strict'
;
2
3
var
Backbone
=
require
(
'backbone'
);
4
var
Marionette
=
require
(
'backbone.marionette'
);
5
6
module
.
exports
= (
function
() {
7
if
(
window
.
__agent
) {
8
window
.
__agent
.
start
(
Backbone
,
Marionette
);
9
}
10
})();