X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ac50cae92710f684c801ad933b924de2bec2b460..e9cf500f44f691af0d5529ebbef61c20059955c8:/src/editor/plugins/core/edumed/choice/choiceSingle.js diff --git a/src/editor/plugins/core/edumed/choice/choiceSingle.js b/src/editor/plugins/core/edumed/choice/choiceSingle.js index 6824d44..68ff576 100644 --- a/src/editor/plugins/core/edumed/choice/choiceSingle.js +++ b/src/editor/plugins/core/edumed/choice/choiceSingle.js @@ -44,7 +44,7 @@ _.extend(choiceSingle, { }); var RadioView = function(checked, name, onValueChange) { - this.dom = $('') + this.dom = $('') .attr('checked', checked) .attr('name', name); this.dom.on('change', function() {