Joose singleton initialization arguments
I have a singleton class based on Joose and I would like to add initialization arguments to it like this: var programs = Programs.getInstance({ tabContainer: '#tab' }); tabContainer is also declared as an attribute to the singleton. In my after method modifier initialization method, I track to see if the arguments passed in was...