Removed vestigial arguements from refactored code
Этот коммит содержится в:
@@ -82,8 +82,8 @@ var UserStore = assign({}, EventEmitter.prototype, {
|
|||||||
|
|
||||||
return currentId;
|
return currentId;
|
||||||
},
|
},
|
||||||
getCurrentUser: function(skipFetch) {
|
getCurrentUser: function() {
|
||||||
if (this.getCurrentId(skipFetch) == null) {
|
if (this.getCurrentId() == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user