From 21d204df923c2f4e8370537168f47d9ca10975dc Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Mon, 13 Aug 2012 21:37:26 -0700 Subject: [PATCH] commit working need to specify point places --- arbor_src/physics/physics.js | 1 - src/git.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/arbor_src/physics/physics.js b/arbor_src/physics/physics.js index b0fe580a..75622ebd 100644 --- a/arbor_src/physics/physics.js +++ b/arbor_src/physics/physics.js @@ -175,7 +175,6 @@ // zero out the velocity from one tick to the next pt.v.x = pt.v.y = 0 }) - }, diff --git a/src/git.js b/src/git.js index 9b9dd410..189257c1 100644 --- a/src/git.js +++ b/src/git.js @@ -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 {