X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Ftools.js;h=cd46ba456601281bc9710f51d6ce8f606383bf12;hp=ee00f91feba5207ed21c3a7664f45632e52cd396;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hpb=614511639979907ceb0da3614122a4d8eb963ad4 diff --git a/_source/core/tools.js b/_source/core/tools.js index ee00f91..cd46ba4 100644 --- a/_source/core/tools.js +++ b/_source/core/tools.js @@ -638,7 +638,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { return functions.push( function() { - fn.apply( scope || this, arguments ); + return fn.apply( scope || this, arguments ); }) - 1; },