mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
no lint errors
This commit is contained in:
parent
48dd558de1
commit
5522d13f5f
8 changed files with 26 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue