From 9e0ecb6bdc8eb198b7444341f0ed30f752a34028 Mon Sep 17 00:00:00 2001 From: Stephen Jennings Date: Tue, 30 Dec 2014 14:57:02 -0800 Subject: [PATCH] Use the options when summoning Zalgo --- lib/custom/zalgo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/custom/zalgo.js b/lib/custom/zalgo.js index 4dc20c8..c1fc482 100644 --- a/lib/custom/zalgo.js +++ b/lib/custom/zalgo.js @@ -100,5 +100,5 @@ module['exports'] = function zalgo(text, options) { return result; } // don't summon him - return heComes(text); + return heComes(text, options); }