X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fadapters%2Fjquery.js;h=3cb8bb6090c46fd003f59c6a6b42b7276aaf5ea3;hp=e633758cc84e20c8895a43698476426648b50517;hb=614511639979907ceb0da3614122a4d8eb963ad4;hpb=039a051ccf3901311661022a30afd60fc38130c9 diff --git a/_source/adapters/jquery.js b/_source/adapters/jquery.js index e633758..3cb8bb6 100644 --- a/_source/adapters/jquery.js +++ b/_source/adapters/jquery.js @@ -97,6 +97,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ ckeditor: function( callback, config ) { + if ( !CKEDITOR.env.isCompatible ) + return this; + if ( !jQuery.isFunction( callback )) { var tmp = config;