Fix indentation.

This commit is contained in:
Georg Brandl
2011-09-21 10:58:48 +02:00
parent 6251adff45
commit 425c44ed59
+1 -1
View File
@@ -175,7 +175,7 @@ var Search = {
// lookup as object
for (var i = 0; i < objectterms.length; i++) {
var others = [].concat(objectterms.slice(0,i),
objectterms.slice(i+1, objectterms.length))
objectterms.slice(i+1, objectterms.length))
var results = this.performObjectSearch(objectterms[i], others);
// Assume first word is most likely to be the object,
// other words more likely to be in description.