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:
parent
d763cdf82c
commit
fd5f5ae82e
@ -402,7 +402,7 @@
|
|||||||
|
|
||||||
mceUpdate: function() {
|
mceUpdate: function() {
|
||||||
var attrs = wpLink.getAttrs(),
|
var attrs = wpLink.getAttrs(),
|
||||||
$link, text, hasText, $mceCaret;
|
$link, text, hasText;
|
||||||
|
|
||||||
var parser = document.createElement( 'a' );
|
var parser = document.createElement( 'a' );
|
||||||
parser.href = attrs.href;
|
parser.href = attrs.href;
|
||||||
|
Loading…
Reference in New Issue
Block a user