Skip to content

Commit f648b8b

Browse files
committed
Fix bindings
1 parent 4e11232 commit f648b8b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/grid/massaction

1 file changed

+1
-1
lines changed

app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/grid/massaction/massactions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ define([
142142
return;
143143
}
144144
$(window).trigger('terminateMassAction.MediaGallery');
145-
}.bind(this));
145+
});
146146
}
147147
}.bind(this));
148148
}

0 commit comments

Comments
 (0)