JSHint for [36602].

See #33301.

git-svn-id: https://develop.svn.wordpress.org/trunk@36605 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2016-02-20 22:13:17 +00:00
parent 6e493b1713
commit 0659293ee2

View File

@ -74,8 +74,8 @@
var $ = window.jQuery;
function getSelectedLink() {
var href, html
node = editor.selection.getNode();
var href, html,
node = editor.selection.getNode(),
link = editor.dom.getParent( node, 'a[href]' );
if ( ! link ) {