no lint errors

This commit is contained in:
Peter Cottle 2012-12-13 19:00:33 -08:00
parent 48dd558de1
commit 5522d13f5f
8 changed files with 26 additions and 21 deletions

View file

@ -14,7 +14,7 @@ var GRAPHICS = require('./constants').GRAPHICS;
// essentially a static class
var AnimationFactory = function() {
}
};
AnimationFactory.prototype.genCommitBirthAnimation = function(animationQueue, commit, gitVisuals) {
if (!animationQueue) {
@ -164,7 +164,7 @@ AnimationFactory.prototype.rebaseBirthPart = function(animationQueue, rebaseResp
snapshotPart();
birthPart();
};
animationQueue.add(new Animation({
closure: animation,
duration: GRAPHICS.defaultAnimationTime * 1.5