mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
WebHistoryView: Correctly show refs when reloading
We assigned a function instead of the result of that function, which broke the refreshing
This commit is contained in:
@@ -40,7 +40,7 @@ var Commit = function(obj) {
|
||||
}
|
||||
|
||||
this.reloadRefs = function() {
|
||||
this.refs = this.object.refs;
|
||||
this.refs = this.object.refs();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user