Skip to content

Commit

Permalink
Merge pull request #2066 from bem/yeti-or.fix-v6
Browse files Browse the repository at this point in the history
chore: Fix codestyle
  • Loading branch information
Yeti-or committed Jul 29, 2017
2 parents 551ef2e + 40c8259 commit e485c48
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ block('checkbox').elem('control')(
autocomplete : 'off',
name : ctx.name,
value : ctx.val
};
};

ctx.checked && (attrs.checked = 'checked');
ctx.disabled && (attrs.disabled = 'disabled');
Expand Down

0 comments on commit e485c48

Please sign in to comment.