ckeditor/ckeditor4-docs

Referencing native DOM types in docs

mlewand opened this issue · 1 comments

Currently the line https://github.com/ckeditor/ckeditor-dev/blob/d9daf731d172643c04143b94d1197f7a0c67818f/core/tools.js

Causes following error:

Warning: /mnt/c/Development/htdocs/ckSource/ckeditor-dev/core/tools.js:1463: Unknown type CKEDITOR.dom.event/MouseEvent

MouseEvent is a valid builtin DOM type, and we should be able to reference it. For example Event type won't cause this issue.

This issue originates from JSDuck, so it won't be easy be to fix it, as we'll need to play Ruby magican role to do that.