mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure babel-polyfill is loaded in older qWebKits. Fixes #2593
This commit is contained in:
committed by
Dave Page
parent
7182b59976
commit
03657df82a
@@ -1,5 +1,5 @@
|
||||
define([
|
||||
'sources/gettext', 'sources/url_for' ,'jquery', 'underscore', 'underscore.string', 'alertify',
|
||||
'babel-polyfill', 'sources/gettext', 'sources/url_for' ,'jquery', 'underscore', 'underscore.string', 'alertify',
|
||||
'pgadmin','pgadmin.browser', 'backbone', 'backgrid', 'sources/../bundle/codemirror', 'backform',
|
||||
'tools.debugger.ui',
|
||||
'sources/alerts/alertify_wrapper',
|
||||
@@ -8,7 +8,7 @@ define([
|
||||
'pgadmin.backgrid'
|
||||
|
||||
], function(
|
||||
gettext, url_for, $, _, S, Alertify, pgAdmin, pgBrowser, Backbone, Backgrid,
|
||||
babelPolyfill, gettext, url_for, $, _, S, Alertify, pgAdmin, pgBrowser, Backbone, Backgrid,
|
||||
codemirror, Backform, debug_function_again, AlertifyWrapper
|
||||
) {
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
define('tools.querytool', [
|
||||
'sources/gettext','sources/url_for', 'jquery', 'underscore', 'underscore.string', 'alertify',
|
||||
'babel-polyfill', 'sources/gettext','sources/url_for', 'jquery', 'underscore', 'underscore.string', 'alertify',
|
||||
'pgadmin', 'backbone', 'sources/../bundle/codemirror', 'pgadmin.misc.explain',
|
||||
'sources/selection/grid_selector',
|
||||
'sources/selection/active_cell_capture',
|
||||
@@ -22,7 +22,7 @@ define('tools.querytool', [
|
||||
'slick.pgadmin.editors',
|
||||
'pgadmin.browser'
|
||||
], function(
|
||||
gettext, url_for, $, _, S, alertify, pgAdmin, Backbone, codemirror,
|
||||
babelPollyfill, gettext, url_for, $, _, S, alertify, pgAdmin, Backbone, codemirror,
|
||||
pgExplain, GridSelector, ActiveCellCapture, clipboard, copyData, RangeSelectionHelper, handleQueryOutputKeyboardEvent,
|
||||
XCellSelectionModel, setStagedRows, SqlEditorUtils, HistoryBundle, queryHistory, React, ReactDOM, AlertifyWrapper,
|
||||
keyboardShortcuts
|
||||
|
Reference in New Issue
Block a user