Skip to content

Commit 2c52a3c

Browse files
committed
Fixing JSCS
1 parent 6c34c9d commit 2c52a3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/web/mage/utils/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ define(function (require) {
77

88
var utils = {},
99
_ = require('underscore'),
10-
root = typeof self == 'object' && self.self === self && self
11-
|| typeof global == 'object' && global.global === global && global
12-
|| Function('return this')() || {};
10+
root = typeof self == 'object' && self.self === self && self ||
11+
typeof global == 'object' && global.global === global && global ||
12+
Function('return this')() || {};
1313

1414
root._ = _;
1515

0 commit comments

Comments
 (0)