summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playoff.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/playoff.js b/playoff.js
index b2f7a4b..a2cfa6a 100644
--- a/playoff.js
+++ b/playoff.js
@@ -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
],
[