Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot turn formatting off in the options #13

Closed
srkirkland opened this issue Jun 4, 2014 · 0 comments · Fixed by #19
Closed

Cannot turn formatting off in the options #13

srkirkland opened this issue Jun 4, 2014 · 0 comments · Fixed by #19

Comments

@srkirkland
Copy link
Contributor

It seems that the default formatting setting (true) overwrites whatever you add in.

I think it's because of line (547)

this.options = $.extend({}, opts, this.defaults);

I think you want to swap the user options to after your provided defaults so they override.

I'll make a quick PR with the change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant