Fix code tests

This commit is contained in:
Quincy Morgan
2020-04-01 13:27:30 -07:00
parent 60f7dc7c0b
commit 90b1395df4
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -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;