diff options
| -rw-r--r-- | src/history.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/history.js b/src/history.js index b46dd260..234a1c8a 100644 --- a/src/history.js +++ b/src/history.js @@ -1,3 +1,4 @@ +"use strict" // Once upon a time we shall have a versioned property graph from which history // will be one extractable aspect, much like a git for graphs. Now we just have // a plain list of events for a specific user. |
