lvh, thanks for your answer.
I will keep parsing the options object around.
On Mon, Mar 17, 2014 at 2:20 PM, Laurens Van Houtven <_...@lvh.io> wrote:
> Hi Jonas,
>
>
> I strongly prefer to pass the options around (through the Service objects
> you're making) rather than relying on the global st
Hi Jonas,
I strongly prefer to pass the options around (through the Service objects
you're making) rather than relying on the global state of the plugin
instance.
hth
lvh
On Mon, Mar 17, 2014 at 2:02 PM, Jonas Brunsgaard <
jonas.brunsga...@gmail.com> wrote:
> Hello Everybody
>
> What is the