Skip to content

Commit

Permalink
GPII-5045: Renamed all 'expander' in rules to 'transform'. Also chang…
Browse files Browse the repository at this point in the history
…ed majority of expand/expander naming in model transformation framework, except for those times where the changed caused confusion or 'expand' actually made sense
  • Loading branch information
kaspermarkus committed Aug 8, 2013
1 parent 675be51 commit 571de87
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 381 deletions.
Expand Up @@ -31,7 +31,7 @@ var fluid_1_5 = fluid_1_5 || {};

fluid.compat.fluid_1_2.uploader.optionsRules = {
"components": {
expander: [
transform: [
{
type: "fluid.transforms.value",
inputPath: "components",
Expand All @@ -44,7 +44,7 @@ var fluid_1_5 = fluid_1_5 || {};
"strategy": {
"options": {
"flashMovieSettings": {
expander: {
transform: {
type: "fluid.transforms.value",
value: {
"flashURL": "uploadManager.options.flashURL",
Expand All @@ -67,7 +67,7 @@ var fluid_1_5 = fluid_1_5 || {};
]
},
"queueSettings": {
expander: {
transform: {
type: "fluid.transforms.firstValue",
values: ["queueSettings", "uploadManager.options"]
}
Expand Down
Expand Up @@ -67,7 +67,7 @@ var fluid_1_5 = fluid_1_5 || {};
"mergePolicy": "mergePolicy",

"queueSettings.fileTypes": {
expander: {
transform: {
type: "fluid.compat.fluid_1_3.uploader.fileTypeTransformer",
inputPath: "queueSettings.fileTypes"
}
Expand Down

0 comments on commit 571de87

Please sign in to comment.