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:
parent
d52484f524
commit
1e271afc92
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user