JSHint: Remove an unused variable.

see #28206.

git-svn-id: https://develop.svn.wordpress.org/trunk@31724 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-03-11 17:39:48 +00:00
parent 416628ccd4
commit 9a350f7f36

View File

@ -367,8 +367,7 @@ var wpLink;
setDefaultValues: function() { setDefaultValues: function() {
var selection, var selection,
emailRegexp = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i, emailRegexp = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i,
urlRegexp = /^(https?|ftp):\/\/[A-Z0-9.-]+\.[A-Z]{2,4}[^ "]*$/i, urlRegexp = /^(https?|ftp):\/\/[A-Z0-9.-]+\.[A-Z]{2,4}[^ "]*$/i;
text;
if ( this.isMCE() ) { if ( this.isMCE() ) {
selection = editor.selection.getContent(); selection = editor.selection.getContent();