sniperwolf / taggingJS

jQuery plugin to tagging like a charm!
http://sniperwolf.github.io/taggingJS/
MIT License
933 stars 151 forks source link

Tagging:init ignores Settings #38

Closed zf2timo closed 8 years ago

zf2timo commented 9 years ago

I found an error when creating a new instance with options: $('#tagging').tagging({"tags-input-name": "foo"}); The value are available in the self.options Object - but they are overwritten by self.getDataOptions() with the default value. To avoid this error i removed self.getDataOptions() call