diff options
| -rw-r--r-- | scripts/history.js | 2 |
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': [] }); } |
