Fix some codestyle issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-12-08 16:05:30 +01:00
committed by Julius Härtl
parent 1ace5de9e6
commit 7200e17d33
3 changed files with 7 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
*
*/
/** global: OC */
/* global app OC */
app.factory('BoardService', function (ApiService, $http, $q) {
var BoardService = function ($http, ep, $q) {
ApiService.call(this, $http, ep, $q);