mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
Fixed typos in comments and strings
This commit is contained in:
parent
5e8d83536e
commit
694f414e22
21 changed files with 46 additions and 46 deletions
|
@ -129,9 +129,9 @@ var GitDemonstrationView = ContainedBase.extend({
|
|||
|
||||
positive: function() {
|
||||
if (this.demonstrated || !this.hasControl) {
|
||||
// dont do anything if we are demonstrating, and if
|
||||
// don't do anything if we are demonstrating, and if
|
||||
// we receive a meta nav event and we aren't listening,
|
||||
// then dont do anything either
|
||||
// then don't do anything either
|
||||
return;
|
||||
}
|
||||
this.demonstrated = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue