mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-29 15:14:31 +02:00
merge main
This commit is contained in:
commit
2bc5b8367a
3 changed files with 1 additions and 8 deletions
|
@ -113,7 +113,6 @@ var buildIndex = function(done) {
|
|||
if (process.env.CI) {
|
||||
writeFileSync('build/index.html', outputIndex);
|
||||
copyRecursiveSync('assets', 'build/assets');
|
||||
copyRecursiveSync('lib', 'build/lib');
|
||||
} else {
|
||||
writeFileSync('index.html', outputIndex);
|
||||
}
|
||||
|
|
6
lib/jquery-ui-1.9.0.custom.min.js
vendored
6
lib/jquery-ui-1.9.0.custom.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -394,7 +394,7 @@ var VisNode = VisBase.extend({
|
|||
var y = circle.attr('cy');
|
||||
|
||||
var maxWidth = this.gitVisuals.paper.width;
|
||||
var maxHeight = this.gitVisuals.paper.height;
|
||||
var maxHeight = this.gitVisuals.paper.height - circle.attrs.r;
|
||||
var elasticity = 0.8 / speed;
|
||||
var dt = 1.0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue