Update package.json and fix eslint issues (#322)
This commit is contained in:
committed by
Santhosh Thottingal
parent
9ab4deeb4e
commit
27c21219b4
@@ -268,7 +268,8 @@
|
||||
}
|
||||
|
||||
userInput = this.$element.val();
|
||||
suggestion = userInput + languageName.substring( userInput.length, languageName.length );
|
||||
suggestion = userInput +
|
||||
languageName.substring( userInput.length, languageName.length );
|
||||
|
||||
if ( suggestion.toLowerCase() !== languageName.toLowerCase() ) {
|
||||
// see if it was autonym match
|
||||
|
||||
Reference in New Issue
Block a user