aboutsummaryrefslogtreecommitdiff
path: root/static/vcal.js
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-09-29 23:36:21 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-09-29 23:36:21 +0200
commit1484155c211fe8452344ffdc501e858706ecbc51 (patch)
tree64906707a13f817f2175bd9a6251ff87fb695043 /static/vcal.js
parentAdd debug tab to HTML popups. (diff)
downloadcalp-1484155c211fe8452344ffdc501e858706ecbc51.tar.gz
calp-1484155c211fe8452344ffdc501e858706ecbc51.tar.xz
Start rework on js setup.
Diffstat (limited to '')
-rw-r--r--static/vcal.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/vcal.js b/static/vcal.js
index 93cfc028..f86c7f65 100644
--- a/static/vcal.js
+++ b/static/vcal.js
@@ -9,6 +9,8 @@
cdr a procedure which takes a slot and a value
and binds the value to the slot.
*/
+
+/* DEPRECATED */
class VComponent {
constructor(el, wide_event=false) {