Skip to content

Fix issue with 'unmasked' using precision#214

Open
danieltartarottisobrosa wants to merge 3 commits intoplentz:masterfrom
danieltartarottisobrosa:master
Open

Fix issue with 'unmasked' using precision#214
danieltartarottisobrosa wants to merge 3 commits intoplentz:masterfrom
danieltartarottisobrosa:master

Conversation

@danieltartarottisobrosa
Copy link

This is based on @NemSavic pull request #175, but with corrections on unmasked tests.

@leonardoromao
Copy link

@danieltartarottisobrosa precisa corrigir o método init, setar as configurações (settings) no objeto, senão no método unmasked pega as settings default.
Para corrigir eu adicionei a linha $(this).data("settings", settings); após a variável settings receber os atributos do objeto.

settings = $.extend({}, parameters);
settings = $.extend(settings, $input.data());
$(this).data("settings", settings);

@aureliosaraiva
Copy link
Collaborator

Can you resolved conflict?

@danieltartarottisobrosa
Copy link
Author

Oh, I haven't seen that there's conflicts... I'm gonna take a look at this and resolve it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments