remove support option

This commit is contained in:
Ibby Hadeed 2017-05-17 06:39:08 -04:00
parent 4c8deb2bed
commit 2858b4bad7
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
**I'm submitting a ...** (check one with "x")
[ ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/
<!-- Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/ -->
**Current behavior:**
<!-- Describe how the bug manifests. -->

View File

@ -34,10 +34,12 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
})
@Injectable()
export class YoutubeVideoPlayer extends IonicNativePlugin {
/**
* Plays a YouTube video
* @param videoId {string} Video ID
*/
@Cordova({ sync: true })
openVideo(videoId: string): void { }
}