font also

This commit is contained in:
Peter Cottle 2012-09-15 21:00:01 -07:00
parent 459d104fdb
commit 591cae5fa6
10 changed files with 584 additions and 16 deletions

View file

@ -694,11 +694,6 @@ GitEngine.prototype.dispatch = function(command, callback) {
command.set('status', 'processing');
this[command.get('method') + 'Starter']();
// TODO (get rid of)
for (var i = 0; i < 10; i++) {
this.animationQueue.add(new Animation({closure: function() { console.log(Math.random()); }}));
}
this.animationQueue.start();
};