stuff
This commit is contained in:
parent
411f0e1f63
commit
82b1704c8d
File diff suppressed because one or more lines are too long
|
@ -1226,7 +1226,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
||||||
};
|
};
|
||||||
|
|
||||||
var LibraryModules = {};
|
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.Animations = BDFDB.WebModules.findByProperties('spring', 'decay');
|
||||||
LibraryModules.BadgeUtils = BDFDB.WebModules.findByProperties('getBadgeCountString', 'getBadgeWidthForValue');
|
LibraryModules.BadgeUtils = BDFDB.WebModules.findByProperties('getBadgeCountString', 'getBadgeWidthForValue');
|
||||||
LibraryModules.ChannelStore = BDFDB.WebModules.findByProperties('getChannel', 'getChannels');
|
LibraryModules.ChannelStore = BDFDB.WebModules.findByProperties('getChannel', 'getChannels');
|
||||||
|
|
Loading…
Reference in New Issue