We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b4b6d commit 7843395Copy full SHA for 7843395
lib/web/mage/apply/main.js
@@ -7,7 +7,7 @@ define([
7
'underscore',
8
'jquery',
9
'./scripts'
10
-], function (_, $, processScripts, consoleLogger) {
+], function (_, $, processScripts) {
11
'use strict';
12
13
var dataAttr = 'data-mage-init',
0 commit comments