mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 00:24:28 +02:00
fixed react warning
This commit is contained in:
parent
57a1905e7d
commit
97723a1150
2 changed files with 9 additions and 4 deletions
|
@ -10,6 +10,7 @@ var MyError = Backbone.Model.extend({
|
|||
|
||||
getMsg: function() {
|
||||
if (!this.get('msg')) {
|
||||
debugger;
|
||||
console.warn('mye rror without message');
|
||||
}
|
||||
return this.get('msg');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue