From 0e412a5d6ba03fa58e92d4fd4b0f857e0e617792 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 28 Sep 2014 14:04:40 +0300 Subject: history: correct spelling mistake in field s/linkes/links/ --- scripts/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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': [] }); } -- cgit v1.3.1