This commit is contained in:
Mirco Wittrien 2019-08-20 11:33:09 +02:00
parent 411f0e1f63
commit 82b1704c8d
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1226,7 +1226,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
};
var LibraryModules = {};
LibraryModules.AckUtils = BDFDB.WebModules.findByProperties('localAck', 'bulkAck');;
LibraryModules.AckUtils = BDFDB.WebModules.findByProperties('localAck', 'bulkAck');
LibraryModules.APIModule = BDFDB.WebModules.findByProperties('getAPIBaseURL');
LibraryModules.Animations = BDFDB.WebModules.findByProperties('spring', 'decay');
LibraryModules.BadgeUtils = BDFDB.WebModules.findByProperties('getBadgeCountString', 'getBadgeWidthForValue');
LibraryModules.ChannelStore = BDFDB.WebModules.findByProperties('getChannel', 'getChannels');