This commit is contained in:
Mirco Wittrien 2019-11-25 23:14:41 +01:00
parent 284eedb9d8
commit 76d65a3d9f
2 changed files with 2 additions and 1 deletions

View File

@ -1417,6 +1417,7 @@ var BDFDB = {
var LibraryModules = {};
LibraryModules.AckUtils = BDFDB.ModuleUtils.findByProperties("localAck", "bulkAck");
LibraryModules.APIUtils = BDFDB.ModuleUtils.findByProperties("getAPIBaseURL");
LibraryModules.Animations = BDFDB.ModuleUtils.findByProperties("Controller", "Spring");
LibraryModules.AnimationUtils = BDFDB.ModuleUtils.findByProperties("spring", "decay");
LibraryModules.BadgeUtils = BDFDB.ModuleUtils.findByProperties("getBadgeCountString", "getBadgeWidthForValue");
LibraryModules.CategoryCollapseStore = BDFDB.ModuleUtils.findByProperties("getCollapsedCategories", "isCollapsed");

File diff suppressed because one or more lines are too long