mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38: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
|
@ -175,7 +175,6 @@
|
|||
// zero out the velocity from one tick to the next
|
||||
pt.v.x = pt.v.y = 0
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
|
|
@ -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