We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20c44e commit 502b860Copy full SHA for 502b860
lib/web/mage/backend/bootstrap.js
@@ -15,12 +15,12 @@ define([
15
'use strict';
16
17
var errorMessages = {
18
- 'error': $.mage.__('HTTP Error'),
19
- 'abort': $.mage.__('The request was aborted by the server'),
20
- 'timeout': $.mage.__('The request timed out'),
21
- 'parsererror': $.mage.__('XML/Json format is bad')
22
- };
23
- var bootstrap;
+ error: $.mage.__('HTTP Error'),
+ abort: $.mage.__('The request was aborted by the server'),
+ timeout: $.mage.__('The request timed out'),
+ parsererror: $.mage.__('XML/Json format is bad')
+ },
+ bootstrap;
24
25
$.ajaxSetup({
26
/*
0 commit comments