Skip to content

Commit f6d4e84

Browse files
committed
Remove of whitespace from code for mixins fix
1 parent 1c89402 commit f6d4e84

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/web/mage/requirejs/mixins.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,13 @@ define('mixins', [
114114
* @returns {Array} An array of paths to mixins.
115115
*/
116116
getMixins: function (path) {
117-
118117
var config;
119-
120-
// fix for when urlArgs is set
118+
119+
// fix for when urlArgs is set
121120
if (path.indexOf('?') !== -1) {
122121
path = path.substring(0, path.indexOf('?'));
123-
}
124-
122+
}
123+
125124
config = module.config() || {},
126125
mixins = config[path] || {};
127126

0 commit comments

Comments
 (0)