Fixes jshint errors
This commit is contained in:
parent
e52c6cc2a3
commit
037e8b6fc5
|
@ -89,13 +89,13 @@ Recording.prototype.isSupported = function () {
|
|||
*/
|
||||
Recording.prototype.getState = function () {
|
||||
return this.state;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Returns the url of the recorded video.
|
||||
*/
|
||||
Recording.prototype.getURL = function () {
|
||||
return this.url;
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = Recording;
|
||||
|
|
Loading…
Reference in New Issue