Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Jul 17, 2017
1 parent 4842de6 commit bb3a459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ typings/

# End of https://www.gitignore.io/api/node

dist
dist

.DS_Store
1 change: 1 addition & 0 deletions src/components/Intro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default {
}, function () {
// Player (this) is initialized and ready.
that.player = this;
that.player.play();
that.$dispatch('loader-off');
that.player.on('ended', function() {
that.$dispatch('intro-end');
Expand Down

0 comments on commit bb3a459

Please sign in to comment.