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:
parent
c5d9fa67a2
commit
e4726752ab
@ -141,7 +141,7 @@
|
|||||||
* @param {String} url - Video url.
|
* @param {String} url - Video url.
|
||||||
* @returns {boolean} Whether url is a supported video host.
|
* @returns {boolean} Whether url is a supported video host.
|
||||||
*/
|
*/
|
||||||
isHostedVideo: function isHostedVideo( url ) {
|
isHostedVideo: function isHostedVideo() {
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user