Skip to content

Commit e272ef1

Browse files
committed
improve the code as per js coding standard
1 parent 5c299c6 commit e272ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web/mage/backend/tree-suggest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ define([
5555
/**
5656
* @override
5757
*/
58-
init: function (el,options) {
59-
init.call(this,el,options);
58+
init: function (el, options) {
59+
init.call(this, el, options);
6060
this.get_container()
6161
.show()
6262
.on('keydown', $.proxy(function (e) {

0 commit comments

Comments
 (0)