diff options
Diffstat (limited to 'scripts/model/graph.js')
| -rw-r--r-- | scripts/model/graph.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/model/graph.js b/scripts/model/graph.js index e3db1a1a..6ea6a3e4 100644 --- a/scripts/model/graph.js +++ b/scripts/model/graph.js @@ -478,6 +478,16 @@ function Graph(el) { } this.empty = empty; + // @ajax-trans + this.commit_diff_set = function (diff_set) { + + function on_success(data){ + // TODO impl + } + + rz_api_mesh.broadcast_possible_next_diff_block(diff_set); + } + /** /** * perform initial DB load from backend |
