mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
Fixed typos in comments and strings
This commit is contained in:
parent
f0d19b96d4
commit
5a784ae15e
10 changed files with 14 additions and 14 deletions
|
@ -11,7 +11,7 @@ var MyError = Backbone.Model.extend({
|
|||
getMsg: function() {
|
||||
if (!this.get('msg')) {
|
||||
debugger;
|
||||
console.warn('mye rror without message');
|
||||
console.warn('my error without message');
|
||||
}
|
||||
return this.get('msg');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue