Metadata
- Source
- FLUID-5507
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2014-09-08T07:55:16.677-0400 - Updated
2015-06-17T10:28:10.707-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Tech. Documentation
Description
The example of the for the fluid renderer decorator actually uses the configuration of the jQuery renderer decorator.
The correct example should be:
decorators: [{
type: "fluid",
func: "fluid.componentName",
container: container,
options: options
}]
Comments
-
Justin Obara commented
2014-09-08T08:08:25.348-0400 Issued a pull request https://github.com/fluid-project/infusion-docs/pull/30
-
Anastasia Cheetham commented
2014-09-17T14:38:31.645-0400 docs changes merged