diff --git a/www/js/file.js b/www/js/file.js index 137b987..26099d3 100644 --- a/www/js/file.js +++ b/www/js/file.js @@ -1,6 +1,6 @@ /* eslint camelcase: off */ -/* global app, cordova, XMLHttpRequest, FileReader, Blob, FormData */ +/* global app, cordova, XMLHttpRequest, FileReader, Blob, FormData, fetch */ app.file = (function (thisModule) { // format: text, dataURL, arrayBuffer, binaryString diff --git a/www/js/functions.js b/www/js/functions.js index ed6a2d8..067c8ab 100755 --- a/www/js/functions.js +++ b/www/js/functions.js @@ -1,6 +1,6 @@ /* eslint camelcase: off */ -/* global app, cordova, $, device, ADMIN_DEVICE_UUIDs */ +/* global app, cordova, $, device, ADMIN_DEVICE_UUIDs, fetch */ app.functions = (function (thisModule) { // to run on startup