[Timer] cssclass to cssClass

Along with preceding changes, fixes #623
This commit is contained in:
Victor Woeltjen
2017-05-03 16:30:06 -07:00
parent 6e1a43130d
commit f8a04d0fc2
3 changed files with 7 additions and 7 deletions

View File

@ -172,7 +172,7 @@ define(
*/
TimerController.prototype.buttonCssClass = function () {
return this.relevantAction ?
this.relevantAction.getMetadata().cssclass : "";
this.relevantAction.getMetadata().cssClass : "";
};
/**