diff options
author | emkael <emkael@tlen.pl> | 2017-10-03 00:24:23 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-10-03 00:24:23 +0200 |
commit | 31f3d7ed154c24ffd9c84448effb1d87b7456ade (patch) | |
tree | e468c9965d34e748f64fde626008d5804f81f4a8 | |
parent | 19caef32a560a4a797fba4ab2fa93bc2b410039b (diff) |
Fixed typo in parsing canvas settings
-rw-r--r-- | playoff.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ var playoff = { (vertical_from[1] + vertical_from[3]) / 2 ], [ - parseFloat((this.settings[type + '_h_offset']) / 2 + (vertical_from[0] + vertical_from[2] + vertical_to[0] + vertical_to[2]) / 4, + parseFloat(this.settings[type + '_h_offset']) / 2 + (vertical_from[0] + vertical_from[2] + vertical_to[0] + vertical_to[2]) / 4, (vertical_to[1] + vertical_to[3]) / 2 ], [ |