aboutsummaryrefslogtreecommitdiff
path: root/static/vcal.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/vcal.js')
-rw-r--r--static/vcal.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/vcal.js b/static/vcal.js
index 13c489b8..079b09f8 100644
--- a/static/vcal.js
+++ b/static/vcal.js
@@ -269,6 +269,10 @@ class VComponent {
Object.defineProperty(
this, property_name,
{
+ /* TODO there is an assymetry here with .value needing to be called for
+ get:ed stuff, but set MUST be an unwrapped item.
+ Fix this.
+ */
get: function() {
return this._values[property_name];
},