Fixes jshint errors

This commit is contained in:
hristoterezov 2015-12-10 17:10:27 +11:00
parent e52c6cc2a3
commit 037e8b6fc5
1 changed files with 2 additions and 2 deletions

View File

@ -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;