fix js error
This commit is contained in:
parent
dae3106b34
commit
8a6e702c12
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Metamaps.Import = {
|
|||
},
|
||||
|
||||
simplify: function(string) {
|
||||
return string;
|
||||
return string
|
||||
.replace(/(^\s*|\s*$)/g, '')
|
||||
.toLowerCase();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue