[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

@@ -151,7 +151,7 @@ define([
],
"category": "contextual",
"name": "Pause",
"cssclass": "icon-pause",
"cssClass": "icon-pause",
"priority": "preferred"
},
{
@@ -173,7 +173,7 @@ define([
],
"category": "contextual",
"name": "Stop",
"cssclass": "icon-box",
"cssClass": "icon-box",
"priority": "preferred"
}
],