Skip to content

Commit

Permalink
WIP: porting tiling.js to ESM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaala committed Sep 16, 2023
1 parent 6b46b84 commit 3b534a2
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 241 deletions.
2 changes: 1 addition & 1 deletion navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Utils, Tiling, Keybindings, TopBar, Scratch, Minimap } from './imports.
`SwitcherPopup.SwitcherPopup` when we really should just take full control.
*/

const { Signals } = imports;
const { signals: Signals } = imports;
const display = global.display;

export let navigating; // exported
Expand Down
Loading

0 comments on commit 3b534a2

Please sign in to comment.