Function should return a boolean.
This commit is contained in:
parent
26c49cc156
commit
36fd507b4b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
if (this.discussion) {
|
if (this.discussion) {
|
||||||
return this.discussion.isResolvable();
|
return this.discussion.isResolvable();
|
||||||
} else {
|
} else {
|
||||||
return undefined;
|
return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isDiscussionResolved: function () {
|
isDiscussionResolved: function () {
|
||||||
|
|
Loading…
Reference in a new issue