Your IP : 216.73.216.220


Current Path : /proc/thread-self/cwd/static/frontend/Magento/autumnus/it_IT/Magento_Paypal/js/model/
Upload File :
Current File : //proc/thread-self/cwd/static/frontend/Magento/autumnus/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();
        }
    };
});