mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
last level for remotes??
This commit is contained in:
parent
dc8df68dac
commit
1e152858a2
3 changed files with 31 additions and 7 deletions
|
@ -151,7 +151,7 @@ var Visualization = Backbone.View.extend({
|
|||
|
||||
fadeTreeIn: function() {
|
||||
this.shown = true;
|
||||
if (!this.paper.canvas) {
|
||||
if (!this.paper) {
|
||||
return;
|
||||
}
|
||||
$(this.paper.canvas).animate({opacity: 1}, this.getAnimationTime());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue