Removed vestigial arguements from refactored code

Этот коммит содержится в:
nickago
2015-08-07 07:54:53 -07:00
родитель e72d6e6d24
Коммит ae744dcb53

Просмотреть файл

@@ -82,8 +82,8 @@ var UserStore = assign({}, EventEmitter.prototype, {
return currentId;
},
getCurrentUser: function(skipFetch) {
if (this.getCurrentId(skipFetch) == null) {
getCurrentUser: function() {
if (this.getCurrentId() == null) {
return null;
}