Skip to content

Commit

Permalink
radio: Check jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaChervan authored and sipayRT committed Aug 5, 2014
1 parent 3c65b70 commit 8426737
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion common.blocks/radio/_type/radio_type_button.js
@@ -1,6 +1,15 @@
/**
* @module radio
*/

modules.define('radio', function(provide, Radio) {

provide(Radio.decl({ modName : 'type', modVal : 'button' }, {
/**
* @exports
* @class radio
* @bem
*/
provide(Radio.decl({ modName : 'type', modVal : 'button' }, /** @lends radio.prototype */{
onSetMod : {
'js' : {
'inited' : function() {
Expand Down

0 comments on commit 8426737

Please sign in to comment.