1
0
Fork 0

fixed invalid return value

This commit is contained in:
Jan Steemann 2014-02-12 13:14:14 +01:00
parent 50ef0a64c0
commit ed93c458df
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ ArangoCollection.prototype.ensureFulltextIndex = function (fields, minLength) {
fields = [ fields ];
}
this.ensureIndex({
return this.ensureIndex({
type: "fulltext",
minLength: minLength || undefined,
fields: fields