@ckeditor/ckeditor5-ui 45.1.0 → 45.2.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1897,7 +1897,7 @@ const xhtmlNs = 'http://www.w3.org/1999/xhtml';
1897
1897
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1898
1898
  */ /**
1899
1899
  * @module ui/bindings/clickoutsidehandler
1900
- */ /* global document */ /**
1900
+ */ /**
1901
1901
  * Handles clicking **outside** of a specified set of elements, then fires an action.
1902
1902
  *
1903
1903
  * **Note**: Actually, the action is executed upon `mousedown`, not `click`. It prevents