diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-29 22:03:22 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-29 22:30:22 +0200 |
| commit | f4641e13cd4e90d9e43d83ace1079d58e3822b6b (patch) | |
| tree | a3a5f89d824066c5f81acfcb1dd7311f48648008 /src/history.js | |
| parent | 8f3fbee277526122b5c0e3bd882e66fac3caf0ef (diff) | |
history: use strict
Diffstat (limited to 'src/history.js')
| -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. |
