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
@@ -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 { }
}