aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-27 05:26:00 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-27 05:38:27 +0000
commitf7f24976e670deda22e3537c4f5c3845119b3399 (patch)
tree1ab16d7a336f3e3447c4a350ef246a891630b2f2 /lib
parentfix tablefs on client (diff)
downloadmmm-f7f24976e670deda22e3537c4f5c3845119b3399.tar.gz
mmm-f7f24976e670deda22e3537c4f5c3845119b3399.zip
lot more writing about tablefs
Diffstat (limited to 'lib')
-rw-r--r--lib/canvasapp.client.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/canvasapp.client.moon b/lib/canvasapp.client.moon
index 62aaceb..a6467f2 100644
--- a/lib/canvasapp.client.moon
+++ b/lib/canvasapp.client.moon
@@ -6,7 +6,7 @@ import a, canvas, div, button, script from require 'lib.html'
class CanvasApp
width: 500
height: 400
- new: (show_menu = false) =>
+ new: (show_menu=false, @paused) =>
@canvas = canvas width: @width, height: @height
@ctx = @canvas\getContext '2d'