TinyMCE Classic Block: Remove unused variable.

See #46071.

git-svn-id: https://develop.svn.wordpress.org/trunk@44699 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2019-01-26 12:58:11 +00:00
parent d763cdf82c
commit fd5f5ae82e

View File

@ -402,7 +402,7 @@
mceUpdate: function() {
var attrs = wpLink.getAttrs(),
$link, text, hasText, $mceCaret;
$link, text, hasText;
var parser = document.createElement( 'a' );
parser.href = attrs.href;