Skip to content

Commit f7c36c1

Browse files
committed
Merge branch 'MAGETWO-32234' into PR-bugs
Conflicts: lib/web/mage/menu.js
2 parents f440208 + 5f6d157 commit f7c36c1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

lib/web/mage/menu.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,8 @@ define([
378378
}, 300);
379379
}
380380
},
381-
_delay: function( handler, delay ) {
382-
function handlerProxy() {
383-
return ( typeof handler === "string" ? instance[ handler ] : handler )
384-
.apply( instance, arguments );
385-
}
386-
var instance = this;
387-
return setTimeout( handlerProxy, delay || 0 );
381+
_delay: function(handler, delay) {
382+
this._super(handler, delay);
388383
}
389384
});
390385

0 commit comments

Comments
 (0)