Skip to content

Commit

Permalink
Merge branch 'FLUID-4922-fish'
Browse files Browse the repository at this point in the history
* FLUID-4922-fish:
  FLUID-4922: Making the invoker that styles the theme selections in the contrast panel dynamic.
  • Loading branch information
amb26 committed Oct 3, 2013
2 parents 2b67abf + 03d2916 commit 13bb1a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/uiOptions/js/Panels.js
Expand Up @@ -264,7 +264,8 @@ var fluid_1_5 = fluid_1_5 || {};
funcName: "fluid.uiOptions.panels.contrast.style",
args: ["{that}.dom.themeLabel", "{that}.options.strings.theme",
"{that}.options.markup.label", "{that}.options.controlValues.theme",
"{that}.options.classnameMap.theme"]
"{that}.options.classnameMap.theme"],
dynamic: true
}
}
});
Expand Down

0 comments on commit 13bb1a9

Please sign in to comment.