diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-03-09 19:09:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-09 19:09:15 -0500 |
| commit | 74f216770159ba405c0063f20a62769e48c89691 (patch) | |
| tree | bcf15778e7e7cc6662cb0af621467c85505fcf93 /src/client/views/collections | |
| parent | 96eede5f7d1706a3f7ac6ee02a85bb3da217f467 (diff) | |
| parent | ebe101203788d9fc564671cc38f085c3ef990536 (diff) | |
Merge pull request #46 from browngraphicslab/audiovideo
added audio and video nodes
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 49df04163..f154909bb 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -116,4 +116,4 @@ export class CollectionView extends React.Component<CollectionViewProps> { {this.subView} </div>) } -}
\ No newline at end of file +} |
