X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Felementpath.js;h=835ad10ffa63623b2447270338532d1cad8d2891;hp=3c74a9264e123d1921b0066b2bbbfa660db7774e;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/core/dom/elementpath.js b/_source/core/dom/elementpath.js index 3c74a92..835ad10 100644 --- a/_source/core/dom/elementpath.js +++ b/_source/core/dom/elementpath.js @@ -27,6 +27,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license return false; }; + /** + * @class + */ CKEDITOR.dom.elementPath = function( lastNode ) { var block = null;