Obsolete parameter in event.implementOn calls
Function is defined as follows:
CKEDITOR.event.implementOn = function( targetObject ) {
...
}
but there's a number of executions with non-existing parameter (true) in our code:
./core/command.js:212:CKEDITOR.event.implementOn( CKEDITOR.command.prototype, true );
./core/editor_basic.js:35: CKEDITOR.event.implementOn( CKEDITOR.editor.prototype, true );
./plugins/dialog/plugin.js:1498: CKEDITOR.event.implementOn( CKEDITOR.dialog.prototype, true );
Change History (5)
Owner: |
set to Olek Nowodziński
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
t/9757@cksource