Skip to content

Commit

Permalink
Update readme to recommend closure actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Jul 16, 2019
1 parent 2cda06b commit 0ccf218
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ Here's another example with all options. Only `ytid` is required.
lazyload=false
delegate=this
delegate-as="emberYoutube"
playing="ytPlaying"
paused="ytPaused"
ended="ytEnded"
buffering="ytBuffering"}}
playing=(action "ytPlaying")
paused=(action "ytPaused")
ended=(action "ytEnded")
buffering=(action "ytBuffering")
}}
```

## YouTube player options
Expand Down

0 comments on commit 0ccf218

Please sign in to comment.