File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Ui/view/base/web/js/grid Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ define([
27
27
modules : {
28
28
selections : '${ $.selectProvider }'
29
29
} ,
30
- actionClicked : false ,
30
+ actionClicked : false
31
31
} ,
32
32
33
33
/**
@@ -61,7 +61,7 @@ define([
61
61
return this ;
62
62
}
63
63
64
- action = this . getAction ( actionIndex ) ;
64
+ action = this . getAction ( actionIndex ) ;
65
65
66
66
if ( action . actionClicked && ! action . timeoutExpired ) {
67
67
return this ;
@@ -74,7 +74,7 @@ define([
74
74
75
75
this . actions ( ) . forEach ( function ( item ) {
76
76
item . actionClicked = ( item . type === actionIndex ) ;
77
- } )
77
+ } ) ;
78
78
79
79
action . timeoutExpired = false ;
80
80
setTimeout ( function ( ) {
@@ -141,7 +141,7 @@ define([
141
141
*/
142
142
_getCallback : function ( action , selections ) {
143
143
var callback = action . callback ,
144
- args = [ action , selections ] ;
144
+ args = [ action , selections ] ;
145
145
146
146
if ( utils . isObject ( callback ) ) {
147
147
args . unshift ( callback . target ) ;
You can’t perform that action at this time.
0 commit comments