calm down linter a bit

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
这个提交包含在:
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();
});