UIOptions model relay has a typo in fluid.uiOptions.modelRelay.removeListeners.

Description

fluid.uiOptions.modelRelay.removeListeners has a line that says:

applier.removeListener(namespace);

where it should actually be:

applier.modelChanged.removeListener(namespace);

Environment

None

Activity

Show:

y z July 19, 2013 at 2:45 PM

Duplicate of

Duplicate

Details

Assignee

Reporter

Components

Affects versions

Priority

Created July 18, 2013 at 7:43 PM
Updated July 19, 2013 at 2:45 PM
Resolved July 19, 2013 at 2:45 PM