@@ -1,5 +1,4 @@
{
- "browser": true,
"esnext": true,
"immed": true,
"loopfunc": true,
@@ -3,6 +3,8 @@
* For licensing, see LICENSE.md.
*/
+/* globals document */
+
import View from '../view.js';
import Template from '../template.js';
"expr": true,
import testUtils from '/tests/ui/_utils/utils.js';
describe( 'utils', () => {
import View from '/ckeditor5/ui/view.js';
import Controller from '/ckeditor5/ui/controller.js';
@@ -3,6 +3,7 @@
/* bender-tags: ui */
import testUtils from '/tests/core/_utils/utils.js';
@@ -3,7 +3,7 @@
-/* global document, Event, MouseEvent */
+/* globals document, window, Event, MouseEvent */
/* bender-tags: editable */
import StandardEditor from '/ckeditor5/core/editor/standardeditor.js';
import EditableUI from '/ckeditor5/ui/editableui/editableui.js';
import EditorUIView from '/ckeditor5/ui/editorui/editoruiview.js';
describe( 'EditorUIView', () => {
@@ -4,7 +4,7 @@
-/* global HTMLElement */
+/* globals HTMLElement, Event, document */
import Template from '/ckeditor5/ui/template.js';