mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Fix code tests
This commit is contained in:
@@ -325,7 +325,7 @@ export function presetIndex() {
|
||||
};
|
||||
|
||||
// pass a Set of addable preset ids
|
||||
_this.addablePresetIDs = (val) => {
|
||||
_this.addablePresetIDs = function(val) {
|
||||
if (!arguments.length) return _addablePresetIDs;
|
||||
|
||||
_addablePresetIDs = val;
|
||||
|
||||
Reference in New Issue
Block a user