-rw-r--r-- | delta.jscad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad index 63eea6c..758824b 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -448,6 +448,8 @@ function main(params) { | |||
448 | columns(), | 448 | columns(), |
449 | ///hd, | 449 | ///hd, |
450 | hdhd[0], hdhd[1], | 450 | hdhd[0], hdhd[1], |
451 | ms); | 451 | ms); |
452 | return rv; | 452 | return rv; |
453 | } | 453 | } |
454 | /* vim:set ft=javascript ai: */ | ||
455 | |||