Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Jul 19, 2019
1 parent 6f9d294 commit cc3e535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resources/assets/js/modules/media-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default {
let options = {
debug: false,
controls: ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'fullscreen'],
tooltips: { controls: true, seek: true },
keyboard: { focused: false, global: false }
tooltips: {controls: true, seek: true},
keyboard: {focused: false, global: false}
}

if (!this.smallScreen || (this.smallScreen && this.activeModal)) {
Expand Down Expand Up @@ -82,7 +82,7 @@ export default {

if (val) {
if (val.picture) {
const { data, format } = val.picture
const {data, format} = val.picture
let base64String = ''

for (let value of data) {
Expand Down

0 comments on commit cc3e535

Please sign in to comment.