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

@@ -20,7 +20,7 @@
*
*/
/* global app moment angular OC */
/* global app moment angular OC OCP OCA */
import app from '../app/App.js';
app.controller('CardController', function ($scope, $rootScope, $sce, $location, $stateParams, $state, $interval, $timeout, $filter, BoardService, CardService, StackService, StatusService, markdownItConverter, FileService) {