﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9757	Obsolete parameter in event.implementOn calls	Olek Nowodziński	Olek Nowodziński	"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 );
}}}"	Bug	closed	Normal	CKEditor 4.0.1	General	4.0.1	fixed		
