Skip to content

Commit

Permalink
Merge pull request #192 from FlorianLudwig/master
Browse files Browse the repository at this point in the history
Fixed variable name typo in dialogui plugin which caused CKEDITOR.ui.dialog.radio validation to not work.
  • Loading branch information
Reinmar committed Jun 15, 2015
2 parents bf64ed8 + af32fd0 commit 19c882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dialogui/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ CKEDITOR.plugins.add( 'dialogui', {
this._[ 'default' ] = this._.initValue = elementDefinition.items[ 0 ][ 1 ];

if ( elementDefinition.validate )
this.validate = elementDefinition.valdiate;
this.validate = elementDefinition.validate;

var children = [],
me = this;
Expand Down

0 comments on commit 19c882c

Please sign in to comment.