Use the options when summoning Zalgo

This commit is contained in:
Stephen Jennings 2014-12-30 14:57:02 -08:00
parent e9e6557cc0
commit 9e0ecb6bdc

View File

@ -100,5 +100,5 @@ module['exports'] = function zalgo(text, options) {
return result;
}
// don't summon him
return heComes(text);
return heComes(text, options);
}