6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
|
/* global CONFIG */
|
||
|
|
||
|
((window.gitter = {}).chat = {}).options = {
|
||
|
room: CONFIG.gitter.room
|
||
|
};
|