From 26d2c0d2dc49f6d344a899f8d4a6ace388e16711 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:58 -0400 Subject: [PATCH] spelling: whitespace Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 8556f022c6..be799281e0 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -698,7 +698,7 @@ function parseUrl(str, component) { return uri; } -// trim function to replace whithespace after the string +// trim function to replace whitespace after the string String.prototype.rtrim = function () { var trimmed = this.replace(/\s+$/g, ""); return trimmed;