From f9b40a05e4c8968c4229893595df4fe198678bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 28 Mar 2019 18:55:41 +0100 Subject: [PATCH] Fix unknown global MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/controller/BoardController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controller/BoardController.js b/js/controller/BoardController.js index 20b0255a0..418b0e5ad 100644 --- a/js/controller/BoardController.js +++ b/js/controller/BoardController.js @@ -24,7 +24,7 @@ import app from '../app/App.js'; import Vue from 'vue'; import CollaborationView from '../views/CollaborationView'; -/* global oc_defaults OC OCP OCA */ +/* global oc_defaults oc_config OC OCP OCA */ app.controller('BoardController', function ($rootScope, $scope, $element, $stateParams, StatusService, BoardService, StackService, CardService, LabelService, $state, $transitions, $filter, FileService) { $scope.sidebar = $rootScope.sidebar;