Add annotation for global variables

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-10-09 18:52:52 +02:00
parent f0118c0848
commit 59e8d9b4cf
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
*/
import app from '../app/App.js';
/* global oc_defaults OC */
/* global oc_defaults OC OCP OCA */
app.controller('BoardController', function ($rootScope, $scope, $stateParams, StatusService, BoardService, StackService, CardService, LabelService, $state, $transitions, $filter, FileService) {
$scope.sidebar = $rootScope.sidebar;