Skip to content

Commit 03a32d3

Browse files
committed
MAGETWO-90917: Build stabilization Pull request 2
Fix static issues
1 parent d2c64ab commit 03a32d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ define([
324324
*
325325
* @param {Event} e - Event object.
326326
* @param {Object} data - File data that will be uploaded.
327-
* @returns {Boolean|void} - false if further processing should halt or undefined if processing should continue
328327
*/
329328
onFilesChoosed: function (e, data) {
330329
// no option exists in fileuploader for restricting upload chains to single files; this enforces that policy

0 commit comments

Comments
 (0)