mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
Issue #127 Ridiculously silly typo
This commit is contained in:
parent
2f9437cbb2
commit
b19a1e2bc5
6 changed files with 6 additions and 6 deletions
|
@ -7001,7 +7001,7 @@ var Visualization = Backbone.View.extend({
|
||||||
var oTree = this.getOriginInTreeString(treeString);
|
var oTree = this.getOriginInTreeString(treeString);
|
||||||
if (oTree) {
|
if (oTree) {
|
||||||
var oTreeString = this.gitEngine.printTree(oTree);
|
var oTreeString = this.gitEngine.printTree(oTree);
|
||||||
this.originToo('resetFromThisThreeNow', [oTreeString]);
|
this.originToo('resetFromThisTreeNow', [oTreeString]);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -37784,7 +37784,7 @@ var Visualization = Backbone.View.extend({
|
||||||
var oTree = this.getOriginInTreeString(treeString);
|
var oTree = this.getOriginInTreeString(treeString);
|
||||||
if (oTree) {
|
if (oTree) {
|
||||||
var oTreeString = this.gitEngine.printTree(oTree);
|
var oTreeString = this.gitEngine.printTree(oTree);
|
||||||
this.originToo('resetFromThisThreeNow', [oTreeString]);
|
this.originToo('resetFromThisTreeNow', [oTreeString]);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
1
build/bundle.min.f41aa7fd.js
Normal file
1
build/bundle.min.f41aa7fd.js
Normal file
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -445,7 +445,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.min.bac4f79f.js"></script>
|
<script src="build/bundle.min.f41aa7fd.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
|
@ -189,7 +189,7 @@ var Visualization = Backbone.View.extend({
|
||||||
var oTree = this.getOriginInTreeString(treeString);
|
var oTree = this.getOriginInTreeString(treeString);
|
||||||
if (oTree) {
|
if (oTree) {
|
||||||
var oTreeString = this.gitEngine.printTree(oTree);
|
var oTreeString = this.gitEngine.printTree(oTree);
|
||||||
this.originToo('resetFromThisThreeNow', [oTreeString]);
|
this.originToo('resetFromThisTreeNow', [oTreeString]);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue