Add back missing var definition in wplink.js, props TobiasBg, see #24067

Built from https://develop.svn.wordpress.org/trunk@27084


git-svn-id: http://core.svn.wordpress.org/trunk@26957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-02-03 21:27:12 +00:00
parent 12b6085865
commit 2726713764
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ var wpLink;
},
htmlUpdate: function() {
var attrs, html, begin, end, cursor, title,
var attrs, html, begin, end, cursor, title, selection,
textarea = wpLink.textarea;
if ( ! textarea )

File diff suppressed because one or more lines are too long