badsyntax / jquery-spellchecker

[not maintained] A lightweight jQuery plugin that can check the spelling of text within a form field or DOM tree.
http://jquery-spellchecker.badsyntax.co
MIT License
257 stars 113 forks source link

The default configuration is overwritten when creating multiple spellcheckers #32

Closed peter-klaesson-stratsys closed 11 years ago

peter-klaesson-stratsys commented 11 years ago

The default configuration got overwritten/changed. When having more than one spellchecker in the same context, the second spellchecker inherited the first spellchecker's config.

badsyntax commented 11 years ago

Thanks for this, and thanks for targetting the correct branch.