FLUID-5095: UIOptions model relay has a typo in fluid.uiOptions.modelRelay.removeListeners.

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. 1.4
Fixed Versions
N/A
Component
  1. 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