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
vanhempi fb2d9c8c0e
commit f068c29913
No known key found for this signature in database
GPG avaimen ID: 7424F1874854DF23
2 muutettua tiedostoa jossa 7 lisäystä ja 2 poistoa

Näytä tiedosto

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

Näytä tiedosto

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