From 1757ccb0bc203beec155a94dde6a7870d4aa93e7 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 18 Nov 2014 11:37:56 +0200 Subject: graph: make TODO more annoying --- src/model/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.3.1