stanlemon/jGrowl

Can't set options for closer

Closed this issue · 1 comments

Guess, all the this.defaults. should read o. in https://github.com/stanlemon/jGrowl/blob/master/jquery.jgrowl.js#L290 – otherwise custom configurations can't override the default options (e.g. closer: false).

edit

Or do you intend the user to use $.jGrowl.defaults.closer = false;? to set these options global?

Closers are not container-specific and so they don't have customizable options, they are intended to be set globally. If I ever get to a major rewrite of jGrowl I could see this changing, but not within the current implementation at this time.