Fix typo in filename.

This commit is contained in:
Dave Page 2021-06-28 15:23:11 +01:00
parent 5fe52b9cfe
commit e978621597
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
define('pgadmin.misc.explain', [
'sources/url_for', 'jquery', 'underscore',
'sources/pgadmin', 'backbone', 'explain_statistics',
'svg_downloader', 'image_maper', 'sources/gettext', 'bootstrap',
'svg_downloader', 'image_mapper', 'sources/gettext', 'bootstrap',
], function(
url_for, $, _, pgAdmin, Backbone, StatisticsModel,
svgDownloader, imageMapper, gettext