Skip to content

Commit

Permalink
checkbox-group: fix inline examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Jan 26, 2015
1 parent 7ee529f commit 910252c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.blocks/checkbox-group/checkbox-group.ru.md
Expand Up @@ -367,7 +367,7 @@
options : [
{ val : 1, text : 'Блок' },
{ val : 2, text : 'Элемент', disabled : true },
{ val : 3, text : 'Модификатор' disabled : true },
{ val : 3, text : 'Модификатор', disabled : true },
{ val : 4, text : 'Модификатор' }
]
}
Expand Down Expand Up @@ -401,7 +401,7 @@
icon : {
block : 'icon',
mods : { social : 'twitter' }
},
}
},
{
val : 2,
Expand All @@ -411,7 +411,7 @@
icon : {
block : 'icon',
mods : { social : 'vk' }
},
}
}
]
}
Expand Down

0 comments on commit 910252c

Please sign in to comment.