mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Fix preset search
This commit is contained in:
@@ -15,5 +15,9 @@ iD.presets.Category = function(category, all) {
|
||||
return category.id;
|
||||
};
|
||||
|
||||
category.terms = function() {
|
||||
return [];
|
||||
};
|
||||
|
||||
return category;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user