Bug 1077611 - Remove platform detection from loop panel & conversation window. r=dmose

This commit is contained in:
Jared Wein
2014-10-23 14:11:12 -04:00
parent 38162cc753
commit 39bbe7c5c0
8 changed files with 2 additions and 41 deletions

View File

@@ -619,8 +619,6 @@ loop.conversation = (function(mozL10n) {
navigator.mozLoop.releaseCallData(callId);
});
document.body.classList.add(loop.shared.utils.getTargetPlatform());
React.renderComponent(AppControllerView({
localRoomStore: localRoomStore,
store: conversationStore,