Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/pub/static/frontend/Magento/luma/en_GB/mage/
Upload File :
Current File : /var/www/clients/client3/web2/web/pub/static/frontend/Magento/luma/en_GB/mage/tooltip.js

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/**
 * @deprecated since version 2.2.0
 */
define([
    'jquery',
    'jquery-ui-modules/tooltip'
], function ($) {
    'use strict';

    //Widget Wrapper
    $.widget('mage.tooltip', $.ui.tooltip, {});

    return $.mage.tooltip;
});