Add main chat window on nav bar chat click

This commit is contained in:
Berkeley Martinez
2015-10-16 11:57:33 -07:00
parent a0182957e7
commit 35219cdce3
10 changed files with 87 additions and 44 deletions

View File

@@ -49,14 +49,6 @@ var common = (function() {
});
};
// this will overwrite if gitter object is already present
common.createGitterOptions = function createGitterOptions(room) {
((window.gitter = {}).chat = {}).options = {
room: room,
activationElement: document.createElement('div')
};
};
return common;
})();