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
@@ -54,7 +54,7 @@
|
||||
currentSha = content.sha;
|
||||
id script = [view windowScriptObject];
|
||||
[script setValue: content forKey:@"CommitObject"];
|
||||
[script callWebScriptMethod:@"doeHet" withArguments: nil];
|
||||
[script callWebScriptMethod:@"loadCommit" withArguments: nil];
|
||||
}
|
||||
|
||||
- (void) log: (NSString*) logMessage
|
||||
|
||||
+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