Skip to:
Currently we reference the same selector in two different options although they are used differently.
fluid.defaults("fluid.fileQueueView", {selectors: {fileRows: ".row", ...},
styles: {row: "row", ...},
Yep. Actually wasn't necessary in the first place because the row style was carried by the template.
Appears to have been fixed, possibly during our class renaming push just before 1.0
Currently we reference the same selector in two different options although they are used differently.
fluid.defaults("fluid.fileQueueView", {
selectors: {
fileRows: ".row",
.
.
.
},
styles: {
row: "row",
.
.
.
},