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:
parent
416628ccd4
commit
9a350f7f36
@ -367,8 +367,7 @@ var wpLink;
|
||||
setDefaultValues: function() {
|
||||
var selection,
|
||||
emailRegexp = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i,
|
||||
urlRegexp = /^(https?|ftp):\/\/[A-Z0-9.-]+\.[A-Z]{2,4}[^ "]*$/i,
|
||||
text;
|
||||
urlRegexp = /^(https?|ftp):\/\/[A-Z0-9.-]+\.[A-Z]{2,4}[^ "]*$/i;
|
||||
|
||||
if ( this.isMCE() ) {
|
||||
selection = editor.selection.getContent();
|
||||
|
Loading…
Reference in New Issue
Block a user