calm down linter a bit

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Cette révision appartient à :
Arthur Schiwon 2018-05-22 14:42:43 +02:00
Parent fb2d9c8c0e
révision f068c29913
Signature inconnue de Forgejo
ID de la clé GPG: 7424F1874854DF23
2 fichiers modifiés avec 7 ajouts et 2 suppressions

Voir le fichier

@ -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);

Voir le fichier

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