docs(): update

This commit is contained in:
Ibby Hadeed 2017-05-17 07:12:08 -04:00
parent 991f2f04d4
commit e596825ee9

View File

@ -9,11 +9,6 @@ declare const Media: any;
*/
export class MediaObject {
/**
* Open a media file
* @param src {string} A URI containing the audio content.
* @param onStatusUpdate {Function} A callback function to be invoked when the status of the file changes
*/
constructor(private _objectInstance: any) {}
/**