sweet github icons now

This commit is contained in:
Peter Cottle 2012-09-15 21:09:47 -07:00
parent 591cae5fa6
commit 27af3df489
3 changed files with 37 additions and 7 deletions

View file

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