magento2-docker/lib/web/vimeo/vimeo-wrapper.js

15 lines
236 B
JavaScript
Executable File

/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define([
'vimeo'
], function (Player) {
'use strict';
window.Vimeo = window.Vimeo || {
'Player': Player
};
});