diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-18 11:37:56 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-18 18:47:34 +0200 |
| commit | 1757ccb0bc203beec155a94dde6a7870d4aa93e7 (patch) | |
| tree | 90b2edd6033c81634453969175dfdba2d54d1864 /src | |
| parent | 9366dcf8f91bc7ee2174103f1c420398976b0a4e (diff) | |
graph: make TODO more annoying
Diffstat (limited to 'src')
| -rw-r--r-- | src/model/graph.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/graph.js b/src/model/graph.js index 820daef0..714685eb 100644 --- a/src/model/graph.js +++ b/src/model/graph.js @@ -516,7 +516,7 @@ function Graph(el) { this.commit_diff_set = function (diff_set) { function on_success(data){ - // TODO impl + console.log('commit_diff_set:on_success: TODO impl'); } rz_api_mesh.broadcast_possible_next_diff_block(diff_set); |
