fix namespace collision

This commit is contained in:
ansuz 2017-11-21 15:10:28 +01:00
parent c8a9afb6c8
commit d726c95f0b
1 changed files with 5 additions and 3 deletions

View File

@ -9,6 +9,7 @@ define([
'/contacts/messenger-ui.js',
'/common/sframe-messenger-inner.js',
'/customize/messages.js',
'/common/common-interface.js',
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
'less!/bower_components/components-font-awesome/css/font-awesome.min.css',
@ -21,9 +22,10 @@ define([
nThen,
SFCommon,
h,
UI,
MessengerUI,
Messenger,
Messages
Messages,
UI
)
{
var APP = {};
@ -73,7 +75,7 @@ define([
var messenger = Messenger.create(sFrameChan);
UI.create(messenger, $(friendList), $(messaging), common);
MessengerUI.create(messenger, $(friendList), $(messaging), common);
UI.removeLoadingScreen();