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));