From eb097197aa61fdfd4b5a3a1929e1cefef13c37e8 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 22 Apr 2024 14:26:01 +0200 Subject: [PATCH] update build --- cljs/codemirror.cljs | 1 - codemirror.html | 8 +- html/cljs-ajax.html | 4 +- html/export.html | 2 +- html/reagent.html | 4 +- index.html | 2 +- js/scittle.cljs-ajax.js | 348 ++-- js/scittle.js | 3688 ++++++++++++++++++++------------------- js/scittle.nrepl.js | 36 +- js/scittle.pprint.js | 508 +++--- js/scittle.promesa.js | 329 ++-- js/scittle.re-frame.js | 314 ++-- js/scittle.reagent.js | 298 ++-- report.html | 2 +- 14 files changed, 2814 insertions(+), 2730 deletions(-) diff --git a/cljs/codemirror.cljs b/cljs/codemirror.cljs index 25e727b..db28746 100644 --- a/cljs/codemirror.cljs +++ b/cljs/codemirror.cljs @@ -8,7 +8,6 @@ (.of js/cv.keymap (clj->js [{:key "Mod-Enter" :run (fn [] - (prn :hoeooo) (eval-me))} #_{:key (str modifier "-Enter") :shift (partial eval-top-level on-result) diff --git a/codemirror.html b/codemirror.html index e90a009..3002a81 100644 --- a/codemirror.html +++ b/codemirror.html @@ -1,13 +1,13 @@ - + - - - + + + - + + + + - +