Skip to:
fluid.uiOptions.modelRelay.removeListeners has a line that says:
applier.removeListener(namespace);
where it should actually be:
applier.modelChanged.removeListener(namespace);
Duplicate of
fluid.uiOptions.modelRelay.removeListeners has a line that says:
applier.removeListener(namespace);
where it should actually be:
applier.modelChanged.removeListener(namespace);