Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-08-07 15:10:28 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-08-07 15:10:28 +0300
commitf64a7c4780e7ebd092f5cb37e09cb674d093631a (patch)
tree0810c759a6f3c48f09f31b4e7b919ee043a7cfdb /app/assets/javascripts/repo/components/repo.vue
parentec93e17ac58ca6b79cdfd2b1848e07dc93d5c6f7 (diff)
Remove repo_binary_viewer as it is no longer needed
Diffstat (limited to 'app/assets/javascripts/repo/components/repo.vue')
-rw-r--r--app/assets/javascripts/repo/components/repo.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/javascripts/repo/components/repo.vue b/app/assets/javascripts/repo/components/repo.vue
index 8c645465553..56a3c9479a2 100644
--- a/app/assets/javascripts/repo/components/repo.vue
+++ b/app/assets/javascripts/repo/components/repo.vue
@@ -3,7 +3,6 @@ import RepoSidebar from './repo_sidebar.vue';
import RepoCommitSection from './repo_commit_section.vue';
import RepoTabs from './repo_tabs.vue';
import RepoFileButtons from './repo_file_buttons.vue';
-import RepoBinaryViewer from './repo_binary_viewer.vue';
import RepoPreview from './repo_preview.vue';
import RepoMixin from '../mixins/repo_mixin';
import PopupDialog from '../../vue_shared/components/popup_dialog.vue';
@@ -18,7 +17,6 @@ export default {
'repo-sidebar': RepoSidebar,
'repo-tabs': RepoTabs,
'repo-file-buttons': RepoFileButtons,
- 'repo-binary-viewer': RepoBinaryViewer,
'repo-editor': MonacoLoaderHelper.repoEditorLoader,
'repo-commit-section': RepoCommitSection,
'popup-dialog': PopupDialog,
@@ -50,7 +48,6 @@ export default {
<repo-tabs/>
<component :is="currentBlobView" class="blob-viewer-container"></component>
<repo-file-buttons/>
- <!-- <repo-binary-viewer/> soon™ -->
</div>
<repo-commit-section/>
<popup-dialog