Skip to content

Commit

Permalink
fix variable name typo in dialogui plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLudwig committed Jun 12, 2015
1 parent 6575fa5 commit af32fd0
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 af32fd0

Please sign in to comment.