From 922f99978fbf9e13eb1424a97fac691d76930093 Mon Sep 17 00:00:00 2001 From: Nathan Toombs Date: Mon, 22 May 2017 11:06:17 -0500 Subject: [PATCH] Update indentation to spaces --- .../ProductVideo/view/frontend/requirejs-config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/code/Magento/ProductVideo/view/frontend/requirejs-config.js b/app/code/Magento/ProductVideo/view/frontend/requirejs-config.js index fb0df732b87b0..a3baff97ea2e5 100644 --- a/app/code/Magento/ProductVideo/view/frontend/requirejs-config.js +++ b/app/code/Magento/ProductVideo/view/frontend/requirejs-config.js @@ -8,10 +8,10 @@ var config = { '*': { loadPlayer: 'Magento_ProductVideo/js/load-player', fotoramaVideoEvents: 'Magento_ProductVideo/js/fotorama-add-video-events', - vimeoAPI: 'https://secure-a.vimeocdn.com/js/froogaloop2.min.js' + vimeoAPI: 'https://secure-a.vimeocdn.com/js/froogaloop2.min.js' } }, - shim: { - vimeoAPI: {} - } + shim: { + vimeoAPI: {} + } };