Ensure babel-polyfill is loaded in older qWebKits. Fixes #2593

This commit is contained in:
Surinder Kumar
2017-07-21 16:15:03 +01:00
committed by Dave Page
parent 7182b59976
commit 03657df82a
2 changed files with 4 additions and 4 deletions

View File

@@ -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
) {

View File

@@ -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