diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-29 08:37:40 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-29 08:40:08 +0000 |
| commit | e5491bc7fbd867812500c845db99b55b35db0666 (patch) | |
| tree | 7204730bc3cd99027a3104b315b6b3996bc794a4 /lib/canvasapp.client.moon | |
| parent | better conversion inverence for mmmfs (diff) | |
| download | mmm-e5491bc7fbd867812500c845db99b55b35db0666.tar.gz mmm-e5491bc7fbd867812500c845db99b55b35db0666.zip | |
rename lib.html to lib.dom
Diffstat (limited to 'lib/canvasapp.client.moon')
| -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 38cc307..71ffa59 100644 --- a/lib/canvasapp.client.moon +++ b/lib/canvasapp.client.moon @@ -1,7 +1,7 @@ window = js.global js = require 'js' -import a, canvas, div, button, script from require 'lib.html' +import a, canvas, div, button, script from require 'lib.dom' class CanvasApp width: 500 |
