stuff
This commit is contained in:
parent
58a987115b
commit
ef1787766f
|
@ -5205,6 +5205,7 @@ var BDFDB = {
|
|||
modeselectable: ["FormText", "modeSelectable"],
|
||||
namecontainer: ["NameContainer", "container"],
|
||||
namecontaineravatar: ["NameContainer", "avatar"],
|
||||
namecontainerchildren: ["NameContainer", "children"],
|
||||
namecontainerclickable: ["NameContainer", "clickable"],
|
||||
namecontainercontent: ["NameContainer", "content"],
|
||||
namecontainerlayout: ["NameContainer", "layout"],
|
||||
|
@ -6868,8 +6869,6 @@ var BDFDB = {
|
|||
|
||||
LibraryComponents.NavItem = BDFDB.ModuleUtils.findByName("NavItem");
|
||||
|
||||
LibraryComponents.PrivateChannel = BDFDB.ModuleUtils.findByName("PrivateChannel");
|
||||
|
||||
LibraryComponents.Popout = reactInitialized && class BDFDB_Popout extends LibraryModules.React.Component {
|
||||
componentWillUnmount() {
|
||||
delete this.props.containerInstance.popout;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue