KnockoutJS scramble controlsDescendantBindings

This commit is contained in:
the-djmaze 2024-03-03 17:27:18 +01:00
parent 4ee00d30ae
commit 667e50c9fb
6 changed files with 6 additions and 6 deletions

View file

@ -71,7 +71,7 @@
});
}, { disposeWhenNodeIsRemoved: element });
return { 'controlsDescendantBindings': true };
return { controlsDescendantBindings: true };
}
};