summaryrefslogtreecommitdiff
path: root/scripts/history.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/history.js')
-rw-r--r--scripts/history.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/history.js b/scripts/history.js
index 4e95164a..02ca8b0f 100644
--- a/scripts/history.js
+++ b/scripts/history.js
@@ -78,7 +78,7 @@ History.prototype.record_nodes = function(nodes)
}
this.record({'action': ACTION_GRAPH_ADD,
'nodes': nodes,
- 'linkes': []
+ 'links': []
});
}