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