FLUID-5581: Typos in some examples of the documentation

Metadata

Source
FLUID-5581
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Javier Hernández
Created
2014-12-11T11:59:36.736-0500
Updated
2014-12-12T12:04:43.291-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Tech. Documentation

Description

I found a few typos in some examples of the documentation, will issue a pull request with them

Comments

  • Javier Hernández commented 2014-12-11T12:11:42.080-0500

    https://github.com/fluid-project/infusion-docs/pull/38

  • Justin Obara commented 2014-12-12T10:40:16.471-0500

    Merged pull request ( https://github.com/fluid-project/infusion-docs/pull/38 ) into the infusion-docs repo at d79cbce96e4e770aaeff093eb881379e9de0ad0e

  • Justin Obara commented 2014-12-12T10:40:44.394-0500

    @@Javier Hernández thanks for the fix.

  • Justin Obara commented 2014-12-12T11:50:59.825-0500

    Just noticed that one of the changes was incorrect.

    modelListeners: {
    convertedAmount: {
    funcName: "{that}.events.conversionUpdated.fire",
    args: "{change}.value"
    }
    }

    should actually be

    modelListeners: {
    convertedAmount: {
    fun: "{that}.events.conversionUpdated.fire",
    args: "{change}.value"
    }
    }

  • Justin Obara commented 2014-12-12T11:54:47.337-0500

    Added an new pull request to revert the change that was made in error.

    https://github.com/fluid-project/infusion-docs/pull/39

  • Cindy Li commented 2014-12-12T12:04:43.273-0500

    Merged the new pull request into the project repo @ 6e7a7b957270ccd27a80d76ca8b1ceeccbd66f6d