Skip to content

Commit

Permalink
Fixed marginTop not being included in the int options when converting…
Browse files Browse the repository at this point in the history
… options from strings
  • Loading branch information
lindell committed Jun 26, 2016
1 parent 8b3fed0 commit 993b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help/optionsFromStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function optionsFromStrings(options){
"textMargin",
"fontSize",
"margin",
"marginLeft",
"marginTop",
"marginBottom",
"marginLeft",
"marginRight"
Expand Down

0 comments on commit 993b6a8

Please sign in to comment.