From e2122a03234683a7f0bfe3a624408020655dc799 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Tue, 3 May 2022 22:47:52 +0300 Subject: [PATCH] update @ Tue 3 May 22:47:52 EEST 2022 Signed-off-by: Ari Archer --- content/js/helpers/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/js/helpers/index.js b/content/js/helpers/index.js index 4392c4d..fd1fc27 100644 --- a/content/js/helpers/index.js +++ b/content/js/helpers/index.js @@ -47,7 +47,3 @@ function hash(string) { return a & a; }, 0); } - -String.prototype.repeat = function (num) { - return new Array(num + 1).join(this); -};