Skip to content

Commit

Permalink
Correct names of flow description
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Nov 20, 2012
1 parent e08e82c commit d9c2e2d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ui/flow.reel/flow-description.json
Expand Up @@ -5,7 +5,7 @@
"_componentDescription":{
"@":"root"
},
"_name":"decoration",
"_name":"slotContent",
"_valueType":"component",
"helpString":""
}
Expand All @@ -17,7 +17,7 @@
"_componentDescription":{
"@":"root"
},
"_name":"momentum ms",
"_name":"momentumDuration",
"_valueType":"number",
"helpString":""
}
Expand All @@ -41,7 +41,7 @@
"_componentDescription":{
"@":"root"
},
"_name":"transition ms",
"_name":"scrollingTransitionDuration",
"_valueType":"number",
"helpString":""
}
Expand All @@ -53,7 +53,7 @@
"_componentDescription":{
"@":"root"
},
"_name":"scroll selected",
"_name":"hasSelectedIndexScrolling",
"_valueType":"boolean",
"helpString":""
}
Expand All @@ -77,7 +77,7 @@
"_componentDescription":{
"@":"root"
},
"_name":"controller",
"_name":"contentController",
"_valueType":"object",
"helpString":""
}
Expand All @@ -89,7 +89,7 @@
"_componentDescription":{
"@":"root"
},
"_name":"enabled",
"_name":"isSelectionEnabled",
"_valueType":"boolean",
"helpString":""
}
Expand All @@ -101,7 +101,7 @@
"_componentDescription":{
"@":"root"
},
"_name":"selected indexes",
"_name":"selectedIndexes",
"_valueType":"array",
"helpString":""
}
Expand All @@ -125,7 +125,7 @@
"_componentDescription":{
"@":"root"
},
"_name":"elastic",
"_name":"hasElasticScrolling",
"_valueType":"boolean",
"helpString":""
}
Expand Down

0 comments on commit d9c2e2d

Please sign in to comment.