help3xsl/fuse.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f7e82f12585648e59c308607d8754616c5d930b0 Author: Andrea Gelmini <[email protected]> Date: Wed Jan 31 14:56:59 2018 +0100 Fix typo Change-Id: I8fd351833236fe594a0480d9e09b0ef072ec7c46 Reviewed-on: https://gerrit.libreoffice.org/48997 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/help3xsl/fuse.js b/help3xsl/fuse.js index 9a960978d..e2fbc0a8b 100644 --- a/help3xsl/fuse.js +++ b/help3xsl/fuse.js @@ -752,7 +752,7 @@ var Fuse = function () { _ref3$results = _ref3.results, results = _ref3$results === undefined ? [] : _ref3$results; - // Check if the texvaluet can be searched + // Check if the text value can be searched if (value === undefined || value === null) { return; } @@ -995,4 +995,4 @@ module.exports = Fuse; /***/ }) /******/ ]); }); -//# sourceMappingURL=fuse.js.map \ No newline at end of file +//# sourceMappingURL=fuse.js.map _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
