Widgets: Fix jshint error in media widget.

git-svn-id: https://develop.svn.wordpress.org/trunk@41764 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
K. Adam White 2017-10-05 00:57:08 +00:00
parent c5d9fa67a2
commit e4726752ab
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
* @param {String} url - Video url.
* @returns {boolean} Whether url is a supported video host.
*/
isHostedVideo: function isHostedVideo( url ) {
isHostedVideo: function isHostedVideo() {
return false;
},