mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
refactor(es modules): continue migration
This commit is contained in:
parent
030caec6e8
commit
a929667796
16 changed files with 30 additions and 16 deletions
|
|
@ -1,5 +1,6 @@
|
|||
"use strict";
|
||||
function editNamesbase() {
|
||||
import {unique} from "/src/utils/arrayUtils";
|
||||
|
||||
export function editNamesbase() {
|
||||
if (customization) return;
|
||||
closeDialogs("#namesbaseEditor, .stable");
|
||||
$("#namesbaseEditor").dialog();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue