Skip to content

Commit

Permalink
Implemented show/hide controls for amp-dailymotion (#10716)
Browse files Browse the repository at this point in the history
  • Loading branch information
wassgha authored and aghassemi committed Jul 31, 2017
1 parent 4a94193 commit ed3da3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/amp-dailymotion/0.1/amp-dailymotion.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,14 @@ class AmpDailymotion extends AMP.BaseElement {
* @override
*/
showControls() {
// Not supported
this.sendCommand_('controls', [true]);
}

/**
* @override
*/
hideControls() {
// Not supported
this.sendCommand_('controls', [false]);
}

/**
Expand Down

0 comments on commit ed3da3f

Please sign in to comment.