0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Chore - remove unused global declaration

- Was triggering an Eslint warning
This commit is contained in:
LB Johnston 2023-07-05 07:32:19 +10:00 committed by LB (Ben Johnston)
parent d52484f524
commit 1e271afc92

View File

@ -2,8 +2,6 @@ import $ from 'jquery';
import { ChooserModal } from '../../includes/chooserModal';
import { initTooltips } from '../../includes/initTooltips';
/* global wagtail */
const PAGE_CHOOSER_MODAL_ONLOAD_HANDLERS = {
browse(modal, jsonData) {
/* Set up link-types links to open in the modal */