From 4b1e7b1e71f8dbd7a54e2e2f03fcbf813288bc5c Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Fri, 1 Feb 2019 01:16:51 -0500 Subject: Deleted unused files and reformatted some files --- src/views/collections/CollectionDockingView.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/views/collections/CollectionDockingView.tsx') diff --git a/src/views/collections/CollectionDockingView.tsx b/src/views/collections/CollectionDockingView.tsx index a547ea1e8..c5d4272bf 100644 --- a/src/views/collections/CollectionDockingView.tsx +++ b/src/views/collections/CollectionDockingView.tsx @@ -28,7 +28,7 @@ export class CollectionDockingView extends React.Component const { fieldKey, Document: Document } = this.props; const value: Document[] = Document.GetFieldValue(fieldKey, ListField, []); var docs = value.map(doc => { - return { type: 'tabset', weight: 50, selected: 0, children: [ { type: "tab", name: doc.Title, component: doc.Id } ] }; + return { type: 'tabset', weight: 50, selected: 0, children: [{ type: "tab", name: doc.Title, component: doc.Id }] }; }); return FlexLayout.Model.fromJson({ global: {}, borders: [], @@ -49,7 +49,7 @@ export class CollectionDockingView extends React.Component return new GoldenLayout({ settings: { selectionEnabled: true - }, content: [ { type: 'row', content: docs } ] + }, content: [{ type: 'row', content: docs }] }); } constructor(props: CollectionViewProps) { @@ -122,8 +122,8 @@ export class CollectionDockingView extends React.Component const { fieldKey, Document: Document } = this.props; const value: Document[] = Document.GetFieldValue(fieldKey, ListField, []); for (var i: number = 0; i < value.length; i++) { - if (value[ i ].Id === component) { - return (); + if (value[i].Id === component) { + return (); } } if (component === "text") { @@ -174,7 +174,7 @@ export class CollectionDockingView extends React.Component componentState: { doc: dv.props.Document } }; CollectionDockingView.myLayout._makeFullScreen = true; - CollectionDockingView.myLayout.root.contentItems[ 0 ].addChild(newItemConfig); + CollectionDockingView.myLayout.root.contentItems[0].addChild(newItemConfig); } public static CloseFullScreen() { if (CollectionDockingView.myLayout._maximizedStack != null) { -- cgit v1.2.3-70-g09d2