Skip to content

Commit

Permalink
Add annotations as requested for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Aspden committed Nov 28, 2018
1 parent 5357558 commit 05d5e20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ require([
fileTypes: /^image\/(gif|jpeg|png)$/,
maxFileSize: <?= (int) $block->getFileSizeService()->getMaxFileSize() ?> * 10
},
<?= $resizeConfig ?>,
<?= /* @noEscape */ $resizeConfig ?>,
{
action: 'save'
}]
Expand Down

0 comments on commit 05d5e20

Please sign in to comment.