Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorun343 committed Jun 15, 2018
1 parent d988a3e commit 691d480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'
/*global Vue VueYouTubeEmbed:true*/
Vue.use(VueYouTubeEmbed)
Vue.use(VueYouTubeEmbed.default)

window.app = new Vue({
el: '#app',
Expand Down Expand Up @@ -52,7 +52,7 @@ window.app = new Vue({
<ol><li v-for="item in log">type: {{item.type}}</li></ol>
</div>`,
methods: (function () {
var events = ['ready', 'ended', 'playing', 'paused', 'buffering', 'queued']
var events = ['ready', 'ended', 'playing', 'paused', 'buffering', 'qued']
var methods = {}

events.forEach(function (event) {
Expand Down

0 comments on commit 691d480

Please sign in to comment.