Metadata
- Source
- FLUID-5095
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Duplicate
- Assignee
- y z
- Reporter
- y z
- Created
2013-07-18T15:43:14.584-0400 - Updated
2013-07-19T10:45:11.740-0400 - Versions
-
- 1.4
- Fixed Versions
- N/A
- Component
-
- UI Options
Description
fluid.uiOptions.modelRelay.removeListeners has a line that says:
applier.removeListener(namespace);
where it should actually be:
applier.modelChanged.removeListener(namespace);
Comments
-
y z commented
2013-07-19T10:45:08.208-0400 Duplicate of FLUID-5059