diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 84cb0eb1f..854a5afed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "gradle" # See documentation for possible values - directories: + directories: - "/" # Location of package manifests - "/app/common" - "/app/core" diff --git a/.github/labels.yml b/.github/labels.yml index a2d0ac4c5..a6888e779 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -200,4 +200,4 @@ from_name: "tauri" - name: "license-review-required" color: "EDEDED" - description: "This PR requires a license review" \ No newline at end of file + description: "This PR requires a license review" diff --git a/frontend/public/vendor/jscanify/jscanify.js b/frontend/public/vendor/jscanify/jscanify.js index 4cbcace63..fdfef9dc5 100644 --- a/frontend/public/vendor/jscanify/jscanify.js +++ b/frontend/public/vendor/jscanify/jscanify.js @@ -132,9 +132,9 @@ /** * Extracts and undistorts the image detected within the frame. - * + * * Returns `null` if no paper is detected. - * + * * @param {*} image image to process * @param {*} resultWidth desired result paper width * @param {*} resultHeight desired result paper height diff --git a/frontend/public/vendor/jscanify/opencv.js b/frontend/public/vendor/jscanify/opencv.js index f56ba310e..94037f31c 100644 --- a/frontend/public/vendor/jscanify/opencv.js +++ b/frontend/public/vendor/jscanify/opencv.js @@ -20,7 +20,7 @@ root.cv = factory(); } }(this, function () { - + var cv = (function() { var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; return ( @@ -40,9 +40,9 @@ if (typeof exports === 'object' && typeof module === 'object') define([], function() { return cv; }); else if (typeof exports === 'object') exports["cv"] = cv; - + if (typeof Module === 'undefined') Module = {}; return cv(Module); })); - \ No newline at end of file +