X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fui.js;fp=_source%2Fcore%2Fui.js;h=2fdbde983c0da883c690c2e4e68560427161a556;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=0a66c2ed7a31afe5fbedda3d99373548afdb499f;hpb=614511639979907ceb0da3614122a4d8eb963ad4;p=ckeditor.git diff --git a/_source/core/ui.js b/_source/core/ui.js index 0a66c2e..2fdbde9 100644 --- a/_source/core/ui.js +++ b/_source/core/ui.js @@ -91,6 +91,8 @@ CKEDITOR.ui.prototype = } }; +CKEDITOR.event.implementOn( CKEDITOR.ui ); + /** * (Virtual Class) Do not call this constructor. This class is not really part * of the API. It just illustrates the features of hanlder objects to be