<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">define(['jquery','mage/utils/wrapper'],function($,wrapper){'use strict';return function(modal){modal.prototype.openModal=wrapper.wrap(modal.prototype.openModal,function(original){var result=original();$('.'+this.options.overlayClass).appendTo('.modal-popup._show');return result;});return modal;};});</pre></body></html>