Fix preset search

This commit is contained in:
John Firebaugh
2013-03-20 15:56:03 -07:00
parent d4065cde86
commit 55108a21c8
+4
View File
@@ -15,5 +15,9 @@ iD.presets.Category = function(category, all) {
return category.id;
};
category.terms = function() {
return [];
};
return category;
};