Bug 1117138 - Move incoming call views from conversation.jsx to conversationViews.jsx. r=nperriault

This commit is contained in:
Mark Banner
2015-01-05 14:53:03 +00:00
parent 1649b197cf
commit 4dbec4c8fb
11 changed files with 1790 additions and 1767 deletions

View File

@@ -295,7 +295,7 @@ loop.roomViews = (function(mozL10n) {
case ROOM_STATES.FULL: {
// Note: While rooms are set to hold a maximum of 2 participants, the
// FULL case should never happen on desktop.
return loop.conversation.GenericFailureView({
return loop.conversationViews.GenericFailureView({
cancelCall: this.closeWindow}
);
}