From 373699348f5e6ca844e4f8767e6a874510a6f5fb Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 6 Aug 2020 20:24:33 +0100 Subject: [PATCH] removed stupid comment --- src/ajds-core.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/ajds-core.js b/src/ajds-core.js index 2bf80cd..a606bcb 100644 --- a/src/ajds-core.js +++ b/src/ajds-core.js @@ -109,17 +109,6 @@ module.exports.NickCheck = function(name) return ret; } -/* - To all of which I do solemnly and sincerely promise and swear, without - any hesitation, mental reservation, or secret evasion of mind in me - whatsoever; binding myself under no less a penalty than that of having - my throat cut across, my tongue torn out, and with my body buried in - the sands of the sea at low-water mark, where the tide ebbs and flows - twice in twenty-four hours, should I ever knowingly or willfully - violate this, my solemn Obligation of a Javascript user. So help - me God and make me steadfast to keep and perform the same. -*/ - module.exports.IsIdentifierHarmful = function(ident) { return !(/^[a-zA-Z0-9_ ][a-zA-Z0-9_!?-]{3,999}$/.test(ident));