diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-27 05:26:00 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-27 05:38:27 +0000 |
| commit | f7f24976e670deda22e3537c4f5c3845119b3399 (patch) | |
| tree | 1ab16d7a336f3e3447c4a350ef246a891630b2f2 /lib | |
| parent | fix tablefs on client (diff) | |
| download | mmm-f7f24976e670deda22e3537c4f5c3845119b3399.tar.gz mmm-f7f24976e670deda22e3537c4f5c3845119b3399.zip | |
lot more writing about tablefs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/canvasapp.client.moon | 2 |
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' |
