Blockly.Colours.textField camelCase

This commit is contained in:
Tim Mickel 2016-03-01 16:28:29 -05:00
parent 9571aa257e
commit 2b3ec51847
3 changed files with 3 additions and 3 deletions

View file

@ -30,5 +30,5 @@ Blockly.Colours = {
},
"text": "#575E75",
"workspace": "#F5F8FF",
"text_field": "#FFFFFF"
"textField": "#FFFFFF"
};