mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
cssclass is now cssClass
Make property name consistent with standard camelCase naming.
This commit is contained in:
@ -63,7 +63,7 @@ define(
|
||||
|
||||
// Prepare the structure for the button itself
|
||||
self.buttonStructure = {};
|
||||
self.buttonStructure.cssclass = structure.cssclass;
|
||||
self.buttonStructure.cssClass = structure.cssClass;
|
||||
self.buttonStructure.name = structure.name;
|
||||
self.buttonStructure.description = structure.description;
|
||||
self.buttonStructure.click = showDialog;
|
||||
|
Reference in New Issue
Block a user