File tree 2 files changed +2
-2
lines changed
addon-test-support/@ember/test-helpers/dom
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import settled from '../settled';
6
6
import isFocusable from './-is-focusable' ;
7
7
import { nextTickPromise } from '../-utils' ;
8
8
import isFormControl from './-is-form-control' ;
9
- import Target , { isWindow } from './-target' ;
9
+ import Target from './-target' ;
10
10
import { log } from '@ember/test-helpers/dom/-logging' ;
11
11
import { runHooks , registerHook } from '../-internal/helper-hooks' ;
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import settled from '../settled';
6
6
import isFocusable from './-is-focusable' ;
7
7
import { nextTickPromise } from '../-utils' ;
8
8
import { DEFAULT_CLICK_OPTIONS } from './click' ;
9
- import Target , { isWindow } from './-target' ;
9
+ import Target from './-target' ;
10
10
import { log } from '@ember/test-helpers/dom/-logging' ;
11
11
import isFormControl from './-is-form-control' ;
12
12
import { runHooks , registerHook } from '../-internal/helper-hooks' ;
You can’t perform that action at this time.
0 commit comments