|
@@ -23,7 +23,7 @@ CKEDITOR.define( function() {
|
|
|
* @returns {Object} The `target` object.
|
|
* @returns {Object} The `target` object.
|
|
|
*/
|
|
*/
|
|
|
extend: function( target, source ) {
|
|
extend: function( target, source ) {
|
|
|
- if ( !this.isObject( source ) && !this.isFunction( source ) ) {
|
|
|
|
|
|
|
+ if ( !this.isObject( source ) ) {
|
|
|
return target;
|
|
return target;
|
|
|
}
|
|
}
|
|
|
|
|
|