calm down linter a bit

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-05-22 14:42:43 +02:00
父節點 fb2d9c8c0e
當前提交 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();
});