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 6c34c9d commit 2c52a3cCopy full SHA for 2c52a3c
lib/web/mage/utils/main.js
@@ -7,9 +7,9 @@ define(function (require) {
7
8
var utils = {},
9
_ = require('underscore'),
10
- root = typeof self == 'object' && self.self === self && self
11
- || typeof global == 'object' && global.global === global && global
12
- || Function('return this')() || {};
+ root = typeof self == 'object' && self.self === self && self ||
+ typeof global == 'object' && global.global === global && global ||
+ Function('return this')() || {};
13
14
root._ = _;
15
0 commit comments