diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-28 14:04:40 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-28 14:04:40 +0300 |
| commit | 0e412a5d6ba03fa58e92d4fd4b0f857e0e617792 (patch) | |
| tree | 932f0f274bfb97928d57235bed72fd2a8959a766 /scripts/history.js | |
| parent | ba44a26961a944cdd76df361f727a78be0f43e44 (diff) | |
history: correct spelling mistake in field s/linkes/links/
Diffstat (limited to 'scripts/history.js')
| -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': [] }); } |
