Fixed whitespace

This commit is contained in:
Michael Abashian
2017-02-15 17:07:25 -05:00
parent 1bb0207bc5
commit 3ac5b95c39

View File

@@ -16,7 +16,7 @@ class DjangoSearchModel {
return relatedSearchField.replace(/\__search$/, "");
}
this.name = name;
this.searchExamples = [];
this.searchExamples = [];
this.related = _.map(relatedSearchFields, trimRelated);
// Remove "object" type fields from this list
for (var key in baseFields) {