Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 't/9757'
  • Loading branch information
Reinmar committed Dec 7, 2012
2 parents 205c30e + 520f076 commit d4c048f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/command.js
Expand Up @@ -209,7 +209,7 @@ CKEDITOR.command.prototype = {
}
};

CKEDITOR.event.implementOn( CKEDITOR.command.prototype, true );
CKEDITOR.event.implementOn( CKEDITOR.command.prototype );

/**
* Indicates the previous command state.
Expand Down
2 changes: 1 addition & 1 deletion core/editor_basic.js
Expand Up @@ -32,5 +32,5 @@ if ( !CKEDITOR.editor ) {
};

// "Inherit" (copy actually) from CKEDITOR.event.
CKEDITOR.event.implementOn( CKEDITOR.editor.prototype, true );
CKEDITOR.event.implementOn( CKEDITOR.editor.prototype );
}
2 changes: 1 addition & 1 deletion plugins/dialog/plugin.js
Expand Up @@ -1495,7 +1495,7 @@ CKEDITOR.DIALOG_RESIZE_BOTH = 3;

// "Inherit" (copy actually) from CKEDITOR.event.
CKEDITOR.event.implementOn( CKEDITOR.dialog );
CKEDITOR.event.implementOn( CKEDITOR.dialog.prototype, true );
CKEDITOR.event.implementOn( CKEDITOR.dialog.prototype );

var defaultDialogDefinition = {
resizable: CKEDITOR.DIALOG_RESIZE_BOTH,
Expand Down

0 comments on commit d4c048f

Please sign in to comment.