mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
commit working need to specify point places
This commit is contained in:
parent
97d6af16e0
commit
21d204df92
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,7 @@ var Commit = Backbone.Model.extend({
|
|||
this.set('node', sys.addNode(this.get('id')));
|
||||
|
||||
if (this.get('rootCommit')) {
|
||||
// TODO
|
||||
// TODO -- fix this node in place
|
||||
// this.get('node').fixed = true;
|
||||
// this.get('node').p = {x: 0, y: 0};
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue