mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +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
|
@ -43,7 +43,7 @@ var Command = Backbone.Model.extend({
|
|||
},
|
||||
|
||||
initDefaults: function() {
|
||||
// weird things happen with defaults if you dont
|
||||
// weird things happen with defaults if you don't
|
||||
// make new objects
|
||||
this.set('generalArgs', []);
|
||||
this.set('supportedMap', {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue