Remove unused variable urlRegex from ComposerPageState.containsKeywords
This commit is contained in:
parent
543c753186
commit
20284fe29c
1 changed files with 0 additions and 1 deletions
|
|
@ -387,7 +387,6 @@ ComposerPageState.prototype = {
|
|||
* Determines if any keywords are present in a string.
|
||||
*/
|
||||
ComposerPageState.containsKeywords = function(line, wordKeys, suffixKeys) {
|
||||
let urlRegex = ComposerPageState.URL_REGEX;
|
||||
let lastToken = -1;
|
||||
let lastSpace = -1;
|
||||
for (var i = 0; i <= line.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue