fix(core): fixed eslint warning

This commit is contained in:
OldHawk
2017-10-16 11:52:29 +08:00
parent 94f7ca5f3c
commit 762251c396
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
marked, ModalConfirmService, $stateParams, TopicsService, localStorageService, $compile, RepliesService, $filter, Upload, DownloadService,
mtDebug) {
var vm = this;
vm.DLS = DownloadService
vm.DLS = DownloadService;
vm.forumsConfig = MeanTorrentConfig.meanTorrentConfig.forumsConfig;
vm.announce = MeanTorrentConfig.meanTorrentConfig.announce;
vm.scoreConfig = MeanTorrentConfig.meanTorrentConfig.score;