FLUID-5162: Fat panel onReady event should return fatPanel itself as an argument

Metadata

Source
FLUID-5162
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Cindy Li
Reporter
Cindy Li
Created
2013-10-02T09:32:27.890-0400
Updated
2013-10-02T11:59:13.700-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. UI Options

Description

Right now, fat panel onReady event returns its sub-component uiOptions as an argument, rather than the fat panel itself. Returning the fat panel would make API more accurate and be easier to write unit tests.

Comments