| Current Path : /proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Paypal/js/model/ |
| Current File : //proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Paypal/js/model/iframe.js |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define(['ko'], function (ko) {
'use strict';
var isInAction = ko.observable(false);
return {
isInAction: isInAction,
/**
* @param {jQuery.Event} event
*/
stopEventPropagation: function (event) {
event.stopImmediatePropagation();
event.preventDefault();
}
};
});