Skip to content

Commit edba324

Browse files
author
Dmitry Kologrivov
committed
Small phpcs fix for JS
1 parent a75c17f commit edba324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductVideo/view/adminhtml/web/js/new-video-dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ define([
882882
if (
883883
ext.length < 2 ||
884884
this._imageTypes.indexOf(ext.toLowerCase()) === -1 ||
885-
!file.files ||
885+
!file.files ||
886886
!file.files.length
887887
) {
888888
prev.remove();

0 commit comments

Comments
 (0)