Issue #127 Ridiculously silly typo

This commit is contained in:
Peter Cottle 2013-10-06 11:29:59 -07:00
parent 2f9437cbb2
commit b19a1e2bc5
6 changed files with 6 additions and 6 deletions

View file

@ -7001,7 +7001,7 @@ var Visualization = Backbone.View.extend({
var oTree = this.getOriginInTreeString(treeString);
if (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);
if (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

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -445,7 +445,7 @@
For a much easier time perusing the source, see the individual files at:
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 downside? No raw logs to parse for analytics, so I have to include

View file

@ -189,7 +189,7 @@ var Visualization = Backbone.View.extend({
var oTree = this.getOriginInTreeString(treeString);
if (oTree) {
var oTreeString = this.gitEngine.printTree(oTree);
this.originToo('resetFromThisThreeNow', [oTreeString]);
this.originToo('resetFromThisTreeNow', [oTreeString]);
}
},