summaryrefslogtreecommitdiff
path: root/src/history.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-29 22:03:22 +0200
committerAlon Levy <alon@pobox.com>2014-11-29 22:30:22 +0200
commitf4641e13cd4e90d9e43d83ace1079d58e3822b6b (patch)
treea3a5f89d824066c5f81acfcb1dd7311f48648008 /src/history.js
parent8f3fbee277526122b5c0e3bd882e66fac3caf0ef (diff)
history: use strict
Diffstat (limited to 'src/history.js')
-rw-r--r--src/history.js1
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.