Skip to content

Commit 922f999

Browse files
author
Nathan Toombs
authored
Update indentation to spaces
1 parent 9af6782 commit 922f999

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/ProductVideo/view/frontend/requirejs-config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ var config = {
88
'*': {
99
loadPlayer: 'Magento_ProductVideo/js/load-player',
1010
fotoramaVideoEvents: 'Magento_ProductVideo/js/fotorama-add-video-events',
11-
vimeoAPI: 'https://secure-a.vimeocdn.com/js/froogaloop2.min.js'
11+
vimeoAPI: 'https://secure-a.vimeocdn.com/js/froogaloop2.min.js'
1212
}
1313
},
14-
shim: {
15-
vimeoAPI: {}
16-
}
14+
shim: {
15+
vimeoAPI: {}
16+
}
1717
};

0 commit comments

Comments
 (0)