calm down linter a bit

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
このコミットが含まれているのは:
Arthur Schiwon 2018-05-22 14:42:43 +02:00
コミット f068c29913
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7424F1874854DF23
2個のファイルの変更7行の追加2行の削除

ファイルの表示

@ -20,7 +20,10 @@
'use strict';
(function(OCA) {
/** global: OCA */
/** global: OC */
(function(OC, OCA) {
OCA.DataRequest = OCA.DataRequest || {};
OCA.DataRequest.App = {
@ -70,4 +73,4 @@
});
}
};
})(OCA);
})(OC, OCA);

ファイルの表示

@ -20,6 +20,8 @@
'use strict';
/** global: OCA */
$(document).ready(function() {
OCA.DataRequest.App.init();
});