mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 21:24:26 +02:00
Restarting on Friday
This commit is contained in:
parent
efc789c11f
commit
499961f3b5
1 changed files with 1 additions and 1 deletions
|
@ -154,10 +154,10 @@ var VisBranch = Backbone.Model.extend({
|
||||||
var s = speed !== undefined ? speed : this.get('animationSpeed');
|
var s = speed !== undefined ? speed : this.get('animationSpeed');
|
||||||
var e = easing || this.get('animationEasing');
|
var e = easing || this.get('animationEasing');
|
||||||
|
|
||||||
var textPos = this.getTextPosition();
|
|
||||||
this.get('text').attr({
|
this.get('text').attr({
|
||||||
text: this.getName()
|
text: this.getName()
|
||||||
});
|
});
|
||||||
|
var textPos = this.getTextPosition();
|
||||||
this.get('text').stop().animate({
|
this.get('text').stop().animate({
|
||||||
x: textPos.x,
|
x: textPos.x,
|
||||||
y: textPos.y
|
y: textPos.y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue