Skip to content

Commit

Permalink
changed to fontSize to integer
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylukasavage committed Mar 27, 2012
1 parent b3555e3 commit b6544a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base/Resources/app.js
Expand Up @@ -7,7 +7,7 @@ var label = Ti.UI.createLabel({
text: 'Hello, World!',
color: '#000',
font: {
fontSize: '32',
fontSize: 32,
fontWeight: 'bold'
}
});
Expand Down

0 comments on commit b6544a8

Please sign in to comment.