mrandrewmills/Vigenere-Cipher

convert from var to function

mrandrewmills opened this issue · 1 comments

Change this from a var to a function which returns this, then do your initialization within the function, rather than have that awkward .init() method call hanging out at the end of the file.

Resolved.