mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Renamed the "doetHet" function to loadCommit
This commit is contained in:
committed by
Pieter de Bie
parent
edc3ceadac
commit
e95cef4248
+1
-1
@@ -44,7 +44,7 @@ var showDiffs = function() {
|
||||
$("details").show();
|
||||
}
|
||||
|
||||
var doeHet = function() {
|
||||
var loadCommit = function() {
|
||||
commit = new Commit(CommitObject);
|
||||
|
||||
$("commitID").innerHTML = commit.sha;
|
||||
|
||||
Reference in New Issue
Block a user