convert from var to function
mrandrewmills opened this issue · 1 comments
mrandrewmills commented
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.
mrandrewmills commented
Resolved.